Skip to content

Commit

Permalink
Revert redundant tag creation (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeyers99 authored Dec 14, 2021
1 parent e6a318d commit da03290
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ jobs:
echo "${{ steps.version.outputs.version }}"
echo "${{ steps.changelog.outputs.changelog }}"
- name: push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.version.outputs.version }}

- name: Create Release
uses: ncipollo/[email protected]
with:
Expand Down

0 comments on commit da03290

Please sign in to comment.