Skip to content

Commit

Permalink
ci(release): fix missing shell helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Sep 20, 2022
1 parent 580f220 commit 496f4ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,11 @@ jobs:
echo "::set-output name=prerelease::${prerelease}"
- name: Sanity checks
env:
HELPERS: ${{ env.SHELL_HELPERS }}
run: |
set -euo pipefail
eval "${HELPERS}"
job "consistency with the dry-run"
[[ "${{ needs.semver.outputs.published }}" == "${{ steps.release.outputs.new_release_published }}" ]]
Expand Down

0 comments on commit 496f4ac

Please sign in to comment.