Skip to content

Commit

Permalink
fix release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Oct 16, 2022
1 parent 9372faa commit 5743fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ steps.create_tag.outputs.new_tag }}
release_name: Release ${{ steps.create_tag.outputs.new_tag }}
draft: false
prerelease: false

0 comments on commit 5743fef

Please sign in to comment.