Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b547bd6a9 | ||
|
|
f05582b50f |
@@ -28,6 +28,12 @@ jobs:
|
|||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v8.3.2
|
uses: astral-sh/setup-uv@v8.3.2
|
||||||
|
|
||||||
|
- name: Count commits
|
||||||
|
run: |
|
||||||
|
echo "Commit count: $(git rev-list --count main)"
|
||||||
|
echo "Tags available:"
|
||||||
|
git tag
|
||||||
|
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
run: |
|
run: |
|
||||||
uv run git-flow tag --token="${{ secrets.GITEA_TOKEN }}"
|
uv run git-flow tag --token="${{ secrets.GITEA_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user