Skip to content

Commit

Permalink
remove make-release-tag.bash check on release job
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jun 26, 2021
1 parent c9930cc commit f309483
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check tag was created by make-release-tag.bash
run: |
subject="$(git show -s --format=%s "$GITHUB_REF")"
if [[ "$subject" != *" by make-release-tag.bash"* ]]; then
echo "Tag '${GITHUB_REF}' did not seem to be created by scripts/make-release-tag.bash" >&2
echo "Run 'bash ./scripts/make-release-tag.bash ${GITHUB_REF#refs/tags/v}' to make tag" >&2
exit 1
fi
echo OK
- uses: actions/setup-go@v2
- uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit f309483

Please sign in to comment.