Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jul 29, 2024
1 parent 0d2e9d9 commit 15a020a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npm install -g npm@latest
- run: npm i
- run: npm test
- run: npm minify
- run: npm run minify
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
TAG_NAME: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 15a020a

Please sign in to comment.