We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfc73d commit cb00a9aCopy full SHA for cb00a9a
1 file 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 }}"
0 commit comments