Skip to content

Commit

Permalink
Change draft release to regular release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Sep 18, 2024
1 parent 5888398 commit 48aeabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
path: ${{ steps.artifacts.outputs.file_name }}
retention-days: 1

create-draft-release:
create-release:
runs-on: ubuntu-latest
needs: [prepare, release]
env:
Expand All @@ -133,4 +133,4 @@ jobs:
echo "version=$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT
- name: Display structure of downloaded files
run: ls -R artifacts
- run: gh release create v${{ steps.version_info.outputs.version }} ./artifacts/*.gz --generate-notes --draft
- run: gh release create v${{ steps.version_info.outputs.version }} ./artifacts/*.gz --generate-notes

0 comments on commit 48aeabc

Please sign in to comment.