fixup! meta: add release automations (#3304)

This commit is contained in:
Antoine du Hamel 2021-12-07 19:06:37 +01:00
parent b8a466b6ad
commit aed5f2272d

View file

@ -32,7 +32,7 @@ jobs:
- name: Publish to NPM
run: corepack yarn workspaces foreach --no-private npm publish --access public --tolerate-republish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Merge PR
id: merge
run: |