We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afef00 commit bf5c177Copy full SHA for bf5c177
1 file changed
.github/workflows/release.yml
@@ -130,3 +130,11 @@ jobs:
130
gh release view ${{ github.ref_name }} --json assets
131
env:
132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133
+
134
+ - name: Publish release
135
+ shell: bash
136
+ run: |
137
+ echo "Publishing release ${{ github.ref_name }}..."
138
+ gh release edit ${{ github.ref_name }} --draft=false --latest
139
+ env:
140
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments