Skip to content

Commit

Permalink
ci: add missing PUBLISH_NPM_TAG env var
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 27, 2024
1 parent 2cd6c9e commit f108c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
cd skunkworks
yarn install --immutable
yarn plugin import workspace-tools
NPM_TOKEN="test" ../action-npm-publish/scripts/main.sh
PUBLISH_NPM_TAG="latest" NPM_TOKEN="test" ../action-npm-publish/scripts/main.sh

0 comments on commit f108c26

Please sign in to comment.