Compare commits
2
Commits
5ca817c796
...
7f7dd7b538
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f7dd7b538 | ||
|
|
adcb53156a |
@@ -10,6 +10,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-tags: true
|
||||
|
||||
- name: Configure git
|
||||
run: |
|
||||
@@ -30,6 +32,8 @@ jobs:
|
||||
echo "Commit count: $(git rev-list --count main)"
|
||||
echo "Tags available:"
|
||||
git tag
|
||||
echo "Remote tags available:"
|
||||
git ls-remote --tags
|
||||
|
||||
- name: Bump version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user