Skip to content

Commit a98ca91

Browse files
committed
don't create issue
1 parent 5f26213 commit a98ca91

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,3 @@ jobs:
8888
id: extract-version
8989
if: ${{ failure() }}
9090
run: echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
91-
- name: Create Issue
92-
if: ${{ failure() }}
93-
uses: imjohnbo/issue-bot@572eed14422c4d6ca37e870f97e7da209422f5bd
94-
with:
95-
labels: failed-release
96-
title: Publishing v${{ steps.extract-version.outputs.VERSION }} to GitHub Go Module Repository failed
97-
body: See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)