Skip to content

Commit

Permalink
update gh actions/publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lazToum committed Nov 19, 2024
1 parent 8611315 commit 6b12633
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
if: steps.create_release.outputs.id
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn npm publish --tag ${{ github.ref_name }}
run: npm publish
2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ compressionLevel: mixed
enableGlobalCache: false

nodeLinker: node-modules

npmAuthToken: ${NODE_AUTH_TOKEN}

0 comments on commit 6b12633

Please sign in to comment.