Skip to content

Commit

Permalink
Update Build and Publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 22, 2023
1 parent 3e9d01c commit 0bbe3c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build and Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 0bbe3c6

Please sign in to comment.