We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e298268 commit 27c5d67Copy full SHA for 27c5d67
.github/workflows/release.yml
@@ -80,6 +80,7 @@ jobs:
80
runs-on: ubuntu-latest
81
needs: build_and_upload
82
steps:
83
+ - uses: actions/checkout@v4
84
- name: Update Release to Not a Draft
85
run: |
86
gh release edit ${{ github.ref_name }} --draft=false
0 commit comments