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:
Harrison (Harry) Cramer
2023-12-16 17:20:38 -05:00
committed by GitHub
parent deaadd9b03
commit e254100a72

View File

@@ -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