We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f26213 commit a98ca91Copy full SHA for a98ca91
.github/workflows/release.yml
@@ -88,10 +88,3 @@ jobs:
88
id: extract-version
89
if: ${{ failure() }}
90
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