Skip to content

Commit

Permalink
fix path to .bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Aug 4, 2023
1 parent b1ad39c commit c09d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout @v3
- name: Tag & Release
run: bash bin/tag-release.sh
run: bash .bin/tag-release.sh
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit c09d990

Please sign in to comment.