[local] Workflow syntax fix

This commit is contained in:
Nick Gerleman
2023-06-29 13:18:49 -07:00
committed by GitHub
parent 9a50bd7d61
commit a4c339264a

View File

@@ -18,7 +18,7 @@ jobs:
uses: ./.github/actions/setup-js
- name: Store auth token in config file
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: yarn publish
run: yarn publish