Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Aug 28, 2024
1 parent e343575 commit e51e75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semrel-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if $( npm run sem-rel -- --dry-run | grep --quiet "$needle" )
then needed=false ; else needed=true
fi
echo "RELEASE_NEEDED='$needed'" >> "$GITHUB_OUTPUT"
echo "RELEASE_NEEDED=$needed" >> "$GITHUB_OUTPUT"
# npm run sem-rel -- --dry-run | grep --quiet \
# "There are no relevant changes, so no new version is released." \
Expand Down

0 comments on commit e51e75e

Please sign in to comment.