Skip to content

Commit

Permalink
change auto-tag to not release and only tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Mar 19, 2024
1 parent eac016f commit 07e0e72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,3 @@ jobs:
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 07e0e72

Please sign in to comment.