Skip to content

Commit 16d85eb

Browse files
committed
ci: rm unused action
1 parent 8b04ef7 commit 16d85eb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

-14
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,3 @@ jobs:
4646
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
# GitHub sets this automatically
4848
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

Comments
 (0)