Skip to content

Commit

Permalink
Merge pull request #9 from ArweaveTeam/fix-publish2
Browse files Browse the repository at this point in the history
chore(release-action): fix publish
  • Loading branch information
rosmcmahon authored Jan 20, 2025
2 parents 2c2c802 + 5c7bd74 commit 22c1fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: make publish
run: npm publish
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@arweave:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}

0 comments on commit 22c1fc4

Please sign in to comment.