We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffba8c commit a05208bCopy full SHA for a05208b
2 files changed
.github/workflows/release.yml
@@ -30,3 +30,8 @@ jobs:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
GOPRIVATE: github.com/GoCodeAlone/*
32
GONOSUMCHECK: github.com/GoCodeAlone/*
33
+ - name: Publish GitHub release
34
+ if: ${{ success() }}
35
+ env:
36
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
+ run: gh release edit "${{ github.ref_name }}" --draft=false --repo "${{ github.repository }}"
.goreleaser.yaml
@@ -36,6 +36,7 @@ checksum:
name_template: "checksums.txt"
38
release:
39
+ draft: true
40
github:
41
owner: GoCodeAlone
42
name: workflow-plugin-github
0 commit comments