Skip to content

Commit

Permalink
Merge pull request #2151 from h3poteto/fix/release
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
h3poteto authored Feb 7, 2024
2 parents fd0ed3e + 1cebfb4 commit 9938533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
run: |
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish
run: |
yarn workspace megalodon npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-3.8.0.cjs
nodeLinker: node-modules

0 comments on commit 9938533

Please sign in to comment.