Skip to content

Commit

Permalink
Merge pull request #2670 from iotaledger/fix_npm_publish
Browse files Browse the repository at this point in the history
fix: make iscmagic public
  • Loading branch information
lmoe authored Jul 4, 2023
2 parents 92b17a1 + d6af05b commit a0df4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-iscmagic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
-
run: npm version ${{ inputs.version }}
-
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a0df4da

Please sign in to comment.