We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a6419 commit 65b383fCopy full SHA for 65b383f
.github/workflows/create-release.yml
@@ -30,6 +30,6 @@ jobs:
30
steps:
31
- uses: "actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093" # v4.3.0
32
- name: "create release"
33
- run: "gh release create --draft --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
+ run: "gh release create --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
34
env:
35
GH_TOKEN: "${{ github.token }}"
0 commit comments