Skip to content

Commit

Permalink
build(scripts): correct nightly workflow variable
Browse files Browse the repository at this point in the history
Correct the variable used in the publish command for the version
  • Loading branch information
y0hami committed Mar 29, 2022
1 parent 377dad4 commit 0091dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION }}
PUBLISH_VERSION: ${{ steps.nightly-version.outputs.version }}
PUBLISH_VERSION: ${{ steps.nightly-version.outputs.publishVersion }}
run: |
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
yarn config set registry https://registry.npmjs.org
Expand Down

0 comments on commit 0091dab

Please sign in to comment.