Skip to content

Commit

Permalink
ci: rm unused action (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn authored Nov 28, 2024
1 parent 0761ca8 commit d15e8d1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,3 @@ jobs:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

ghrelease:
runs-on: ubuntu-latest
needs: ["goreleaser"]
steps:
- name: Create a draft GitHub release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create \
--draft \
--title "${GITHUB_REF_NAME}" \
--notes-from-tag \
"${GITHUB_REF_NAME}"

0 comments on commit d15e8d1

Please sign in to comment.