We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264d3b0 commit 18c2633Copy full SHA for 18c2633
1 file changed
.github/workflows/release.yml
@@ -28,3 +28,8 @@ jobs:
28
args: release --clean
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+ - name: Publish GitHub release
32
+ if: ${{ success() }}
33
+ env:
34
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+ run: gh release edit "${{ github.ref_name }}" --draft=false --repo "${{ github.repository }}"
0 commit comments