Skip to content

Commit

Permalink
adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeexcoin committed Sep 27, 2024
1 parent b13970b commit 52b92a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
node-version: 22
registry-url: https://registry.npmjs.org/
token: ${{ secrets.NPM_TOKEN }}
cache: 'pnpm'
scope: '@abstract-foundation'

Expand All @@ -36,3 +35,5 @@ jobs:

- name: Publish packages
run: pnpm -r publish --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 52b92a3

Please sign in to comment.