Skip to content

Commit

Permalink
use bash for tag-release script (#4)
Browse files Browse the repository at this point in the history
* use bash for tag-release script
the autotag step is failing. other scripts are running `bash ./bin/<script>.sh` so it could be that we need to invoke bash explicitly.

* run sh

Co-authored-by: Phil Tyler <philip@tylerdigital.com>

* set +x

---------

Co-authored-by: Phil Tyler <philip@tylerdigital.com>
  • Loading branch information
jazzsequence and pwtyler authored Jul 14, 2023
1 parent 1cd1e1d commit da0a6bc
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./bin/tag-release.sh
- run: sh ./bin/tag-release.sh
env:
GH_TOKEN: ${{ github.token }}
Empty file modified bin/tag-release.sh
100644 → 100755
Empty file.

0 comments on commit da0a6bc

Please sign in to comment.