Skip to content

Commit

Permalink
ci(fixup): set the correct pre-release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Oct 26, 2023
1 parent b9f110c commit 924f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
# Use GH feature to populate the changelog automatically
generate_release_notes: true
prerelease: ${{ github.ref_name == "master" }}
prerelease: ${{ github.ref_name }} == "master"
body_path: release_notes.txt
fail_on_unmatched_files: true
files: rules_shellcheck-*.tar.gz

0 comments on commit 924f7c0

Please sign in to comment.