Skip to content

Commit

Permalink
Update build&deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Apr 12, 2024
1 parent a4d4737 commit e118d9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
# publish to https://github.com/${{ github.repository_owner }}/packages
npm -w "@${REPOSITORY_OWNER}/${ASSET_SCOPE}${ASSET_NAME}" publish #--dry-run
echo $?
echo "::warning title=WARNUNG::Could not publish to github. Maybe you forgot to increment the version?"
if [ $? != 0 ] ; then
echo "::warning title=WARNUNG::Could not publish to github. Maybe you forgot to increment the version?"
fi
Expand Down

0 comments on commit e118d9f

Please sign in to comment.