Skip to content

Commit

Permalink
Update bump-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remenkemi authored Dec 11, 2024
1 parent 4a0cb30 commit 7a4121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Save version file
run: |
BRANCH="$(git branch --show-current)"
COMMIT="$(git rev-list --count --origin)"
COMMIT="$(git rev-list --count --remotes)"
echo "Branch: ${BRANCH}
Commit: ${COMMIT}" >| version.txt
- name: Push and commit
Expand Down

0 comments on commit 7a4121a

Please sign in to comment.