Skip to content

Commit

Permalink
fixup! meta: add release automations (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Dec 7, 2021
1 parent b8a466b commit aed5f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit aed5f22

Please sign in to comment.