We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83e5f3 commit 03d4eb3Copy full SHA for 03d4eb3
.github/workflows/publish.yaml
@@ -79,7 +79,11 @@ jobs:
79
- name: Publish release
80
if: github.event_name == 'release'
81
run: pnpm publish --provenance --access public --no-git-checks
82
+ env:
83
+ NODE_AUTH_TOKEN: ${{secrets.NODETOKEN}}
84
85
- name: Publish dev
86
if: github.event_name == 'push' && steps.changes.outputs.changed == 'true'
87
run: pnpm publish --provenance --access public --no-git-checks --tag dev
88
89
0 commit comments