Skip to content

Commit d15e8d1

Browse files
authored
ci: rm unused action (#316)
1 parent 0761ca8 commit d15e8d1

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
@@ -98,17 +98,3 @@ jobs:
9898
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
9999
# GitHub sets this automatically
100100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101-
102-
ghrelease:
103-
runs-on: ubuntu-latest
104-
needs: ["goreleaser"]
105-
steps:
106-
- name: Create a draft GitHub release
107-
env:
108-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109-
run: |
110-
gh release create \
111-
--draft \
112-
--title "${GITHUB_REF_NAME}" \
113-
--notes-from-tag \
114-
"${GITHUB_REF_NAME}"

0 commit comments

Comments
 (0)