Skip to content

Commit

Permalink
fix bash script path
Browse files Browse the repository at this point in the history
  • Loading branch information
justindhillon committed Feb 2, 2024
1 parent f05b313 commit c5e154a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: sudo apt-get install jq
- name: Run Bash script
run: |
chmod +x github-publish.sh
./github-publish.sh
chmod +x .github/workflows/github-publish.sh
./.github/workflows/github-publish.sh
- run: npm run build
- run: npm publish
env:
Expand Down

0 comments on commit c5e154a

Please sign in to comment.