Skip to content

Commit 2ab6593

Browse files
authored
Merge pull request #137 from alantoa/chore/fix-publish-workflow
chore(ci): fix yarn publish token env var (use YARN_NPM_AUTH_TOKEN)
2 parents 17ab17f + ab743a6 commit 2ab6593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ jobs:
2323
- run: yarn install --immutable
2424
- run: yarn npm publish --access public --tag test-ci
2525
env:
26-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27-
YARN_NPM_CONFIG_PROVENANCE: true
26+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)