From 0bbe3c652de0748398e579d34a856aeafe0873c0 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:57:37 -0500 Subject: [PATCH] Update Build and Publish.yml --- .github/workflows/Build and Publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Build and Publish.yml b/.github/workflows/Build and Publish.yml index 9647bd8..1841e3f 100644 --- a/.github/workflows/Build and Publish.yml +++ b/.github/workflows/Build and Publish.yml @@ -29,6 +29,7 @@ jobs: echo $TARGET_IMAGE_TAG echo "TARGET_IMAGE_TAG=${TARGET_IMAGE_TAG}" >> $GITHUB_OUTPUT + publish_test: needs: get_tags name: Publish Test Version - ${{ needs.get_tags.outputs.TARGET_IMAGE_TAG }} @@ -40,6 +41,7 @@ jobs: npm_version_command: 'pre' pre_id: ${{ needs.get_tags.outputs.TARGET_IMAGE_TAG }} secrets: + inherit npm_auth_token: ${{ secrets.npm_token }} # publish_release: