Skip to content

Commit aed5f22

Browse files
committed
fixup! meta: add release automations (#3304)
1 parent b8a466b commit aed5f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Publish to NPM
3333
run: corepack yarn workspaces foreach --no-private npm publish --access public --tolerate-republish
3434
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
- name: Merge PR
3737
id: merge
3838
run: |

0 commit comments

Comments
 (0)