mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
ci(release): fix missing shell helpers
This commit is contained in:
@@ -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 }}" ]]
|
||||
|
||||
Reference in New Issue
Block a user