Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed May 1, 2024
1 parent 3dac7be commit 8e16c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
# this will be used in .yarnrc.yml
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: npx semantic-release
run: yarn npm publish
run: npx semantic-release
# run: yarn npm publish

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodeLinker: node-modules

npmAuthToken: ${NODE_AUTH_TOKEN}
npmAuthToken: ${NODE_AUTH_TOKEN-fallback}
npmAlwaysAuth: true

0 comments on commit 8e16c8e

Please sign in to comment.