Skip to content

Commit 2f3bdfe

Browse files
RubenHalmanRubenHalman
authored andcommitted
fix(ci): pass NPM_TOKEN to publish step
1 parent 565a142 commit 2f3bdfe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434

3535
- name: Publish
3636
working-directory: packages/core
37-
run: npm publish --provenance --access public
37+
run: npm publish --provenance --access public
38+
env:
39+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)