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 77576cd commit ffd073e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/semrel-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,18 @@ jobs:
fi
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." \
# && exit 1
# TODO: want to halt the pipeline without actually failing
# https://github.com/orgs/community/discussions/27174, maybe..?
- name: show
if: steps.check.outputs.RELEASE_NEEDED == true
run: |
echo "RELEASE_NEEDED=${{ steps.check.outputs.RELEASE_NEEDED }}"
- name: show2
needs: [show]
run: |
echo "RELEASE_NEEDED=${{ steps.check.outputs.RELEASE_NEEDED }}"
# build:
# needs: [check]
# runs-on: ubuntu-latest
Expand Down

0 comments on commit ffd073e

Please sign in to comment.