Skip to content

Commit

Permalink
chore: don't change automatically created release to draft
Browse files Browse the repository at this point in the history
[skip release]
  • Loading branch information
charleskorn committed Oct 30, 2024
1 parent 3b2b119 commit 9bee143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
tag_name: ${{ steps.get_tag.outputs.tag }}
files: build/release/*
fail_on_unmatched_files: true
draft: true # Update draft release with matching tag, if there is one.
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.repository == 'charleskorn/kaml' && github.ref == 'refs/heads/main' && github.event_name == 'push' && steps.get_tag.outputs.skip != 'true'

0 comments on commit 9bee143

Please sign in to comment.