Fix: Enable No-Pipeline Fixes (#145)
This will let us skip releases with the NONE keyword (no tags, no release) for small things like README tweaks or pipeline changes.
This commit is contained in:
committed by
GitHub
parent
deaadd9b03
commit
e254100a72
1
.github/workflows/tag-and-release.yaml
vendored
1
.github/workflows/tag-and-release.yaml
vendored
@@ -40,3 +40,4 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: ${{ needs.tag.outputs.tag }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
skipIfReleaseExists: true # Do not release if NONE tag is used above
|
||||
|
||||
Reference in New Issue
Block a user