Skip to content

Commit

Permalink
Fix script to add accurate commit number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBombSquad committed Apr 3, 2023
1 parent c748019 commit 4e6f2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-for-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Get commit number
id: get_commit_number
run: echo "commit_number=$(git rev-list --all --count)" >> $env:GITHUB_OUTPUT
run: echo "commit_number=$(git rev-list master --count)" >> $env:GITHUB_OUTPUT

- name: Get version number
id: get_version_number
Expand Down

0 comments on commit 4e6f2f7

Please sign in to comment.