Skip to content

Commit

Permalink
Merge pull request #1022 from IntersectMBO/smelc/release-release-no-d…
Browse files Browse the repository at this point in the history
…raft

Create ready releases (skip draft state)
  • Loading branch information
smelc authored Jan 16, 2025
2 parents fd4f932 + 34a0d32 commit d1c7837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
- name: Create Release
uses: input-output-hk/action-gh-release@v1
with:
draft: true
draft: false
tag_name: ${{ needs.wait_for_hydra.outputs.TARGET_TAG }} # Git tag the release is attached to
name: ${{ env.SHORT_TAG }} # Release name in GitHub UI
# TODO generalize
Expand Down

0 comments on commit d1c7837

Please sign in to comment.