Skip to content

Commit

Permalink
fix: setversion.sh no x permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Feb 6, 2024
1 parent 0a85889 commit e64c8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Update version.txt
run: echo ${{ inputs.version }} > version.txt
- name: Update library version
run: ./setversion.sh
run: bash ./setversion.sh
- name: Commit version change
run: |
git config --global user.name 'Daniel Jilg'
Expand Down

0 comments on commit e64c8b9

Please sign in to comment.