Skip to content

Commit

Permalink
set with url?
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 23, 2023
1 parent efdfa5f commit de1d819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# when there are no version changes "No unreleased changesets found, exiting"
- name: Publish packages
run: |
npm config set _auth=$NODE_AUTH_TOKEN
npm config set //registry.npmjs.org/:_auth=$NODE_AUTH_TOKEN
echo PUBLISHED_PACKAGES=$(yarn --silent ts-node publish.ts) >> $GITHUB_OUTPUT
id: 'publishing'
env:
Expand Down

0 comments on commit de1d819

Please sign in to comment.