From 0091dab5e46a101e105cea89d47d5c81261c827f Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 29 Mar 2022 16:26:13 +0100 Subject: [PATCH] build(scripts): correct nightly workflow variable Correct the variable used in the publish command for the version --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ddd0536227..c73d2a6750 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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