Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 2, 2024
1 parent 7834080 commit fb97769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
TEST: ${{ steps.git-tag.outputs.TEST }}
REF_NAME: ${{ github.ref_name }}
REF: ${{ github.ref }}
MESSAGE: ${{ github.event.head_commit.message }}
MESSAGE_RUN: ${{ github.event.workflow_run.head_commit.message }}
MESSAGE_DISPATCH: ${{ github.event.workflow_dispatch.head_commit.message }}
if: contains(env.GIT_TAG, 'v') == false
run: echo "Missing GIT_TAG; aborting" && exit 1

Expand Down

0 comments on commit fb97769

Please sign in to comment.