Skip to content

Commit

Permalink
Merge pull request #24 from MinaFoundation/fix-npm-workflow
Browse files Browse the repository at this point in the history
fix npm workflow
  • Loading branch information
harrysolovay authored Mar 29, 2024
2 parents 8dcccd8 + 8d28a94 commit a9540cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm version ${{ github.event.release.tag_name }}
- run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "mina-fungible-token",
"version": "0.0.0-local",
"license": "Apache-2.0",
"type": "module",
"main": "target/index.js",
Expand Down

0 comments on commit a9540cf

Please sign in to comment.