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 8b04ef7 commit 16d85ebCopy full SHA for 16d85eb
.github/workflows/release.yml
@@ -46,17 +46,3 @@ jobs:
46
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
47
# GitHub sets this automatically
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
-
50
- ghrelease:
51
- runs-on: ubuntu-latest
52
- needs: ["goreleaser"]
53
- steps:
54
- - name: Create a draft GitHub release
55
- env:
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
- run: |
58
- gh release create \
59
- --draft \
60
- --title "${GITHUB_REF_NAME}" \
61
- --notes-from-tag \
62
- "${GITHUB_REF_NAME}"
0 commit comments