Skip to content

Commit

Permalink
Removed description field since it is not supported (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMogensen committed Sep 7, 2022
1 parent 26c99f0 commit 8f581a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/handle-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
echo "::set-output name=master-hash::${hash}"
echo $hash
- name: Verify tag commit matches master commit
description: Exit if tag commit hash don't match master commit hash
- name: Verify tag commit matches master commit - exit if they don't match
if: steps.tag-commit-hash.outputs.tag-hash != steps.master-commit-hash.outputs.master-hash
run: |
echo "Tag was not on the master branch. Exiting."
Expand Down

0 comments on commit 8f581a9

Please sign in to comment.