Skip to content

Commit af18db7

Browse files
backnotpropclaude
andcommitted
fix(ci): add NPM_TOKEN to publish steps
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 55e91fb commit af18db7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
128128
- name: Publish @plannotator/opencode
129129
working-directory: apps/opencode-plugin
130+
env:
131+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
130132
run: |
131133
bun pm pack
132134
if [[ "$DRY_RUN" == "false" ]]; then
@@ -135,6 +137,8 @@ jobs:
135137
136138
- name: Publish @plannotator/pi-extension
137139
working-directory: apps/pi-extension
140+
env:
141+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
138142
run: |
139143
bun pm pack
140144
if [[ "$DRY_RUN" == "false" ]]; then

0 commit comments

Comments
 (0)