Skip to content

Commit

Permalink
Update build&publish-juno-ui-components.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Apr 16, 2024
1 parent 6dbf1d2 commit 5a38262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build&publish-juno-ui-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
set +e
# publish to https://github.com/${{ github.repository_owner }}/packages
npm -w "@${REPOSITORY_OWNER}/${ASSET_SCOPE}${ASSET_NAME}" publish #--dry-run
npm -w "@${REPOSITORY_OWNER}/${ASSET_SCOPE}${ASSET_NAME}" --access=public publish #--dry-run
if [ $? != 0 ] ; then
echo "::warning title=PUBLISH::Could not publish to github. Maybe you forgot to increment the version?"
Expand Down

0 comments on commit 5a38262

Please sign in to comment.