Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
keithamus and Copilot authored Feb 26, 2025
1 parent 6ac4b3a commit dbec947
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 @@ -17,8 +17,8 @@ jobs:
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm run build
- run: npm ci
- run: npm run build
- run: npm test
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
Expand Down

0 comments on commit dbec947

Please sign in to comment.