We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0de526 commit 8a151e1Copy full SHA for 8a151e1
.github/workflows/release.yaml
@@ -42,5 +42,7 @@ jobs:
42
name: publish
43
needs: [release, build]
44
runs-on: ubuntu-latest
45
+ env:
46
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
steps:
48
- run: gh release edit ${{ needs.release.outputs.tag_name }} --draft=false
0 commit comments