We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e91fb commit af18db7Copy full SHA for af18db7
.github/workflows/release.yml
@@ -127,6 +127,8 @@ jobs:
127
128
- name: Publish @plannotator/opencode
129
working-directory: apps/opencode-plugin
130
+ env:
131
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
132
run: |
133
bun pm pack
134
if [[ "$DRY_RUN" == "false" ]]; then
@@ -135,6 +137,8 @@ jobs:
135
137
136
138
- name: Publish @plannotator/pi-extension
139
working-directory: apps/pi-extension
140
141
142
143
144
0 commit comments