Skip to content

Commit

Permalink
Merge pull request #26 from AikidoSec/feat/automate-new-version
Browse files Browse the repository at this point in the history
remove build folder entry for npm publish
  • Loading branch information
willem-delbare authored Oct 15, 2024
2 parents cfd252b + de8c43c commit 398fe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Publish to NPM
run: |
echo "Publishing version ${{ steps.get_version.outputs.tag }} to NPM"
cd build && npm publish --provenance --access public
npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 398fe91

Please sign in to comment.