Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeSmo authored Jun 3, 2024
1 parent 82b7ceb commit 19f6cc3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,6 @@ jobs:
git tag --format="%(body)" --points-at ${{ steps.tag_name.outputs.SOURCE_TAG }}
echo ::set-output name=RELEASE_BODY::"$(git tag --format="%(body)" --points-at ${{ steps.tag_name.outputs.SOURCE_TAG }} | head -n +3)"
- name: Check for correct tag
run: python3.11 .ci-tag-check.py
env:
TAG_NAME: ${{ steps.tag_name.outputs.SOURCE_TAG }}

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 19f6cc3

Please sign in to comment.