Skip to content

Commit

Permalink
chore: tag name without refs (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa authored Jun 11, 2024
1 parent c3efdde commit 187cc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
name: ${{ github.ref }}
tag_name: ${{ github.event.release.tag_name }}
name: ${{ github.event.release.tag_name }}
draft: false
prerelease: false

Expand Down

0 comments on commit 187cc0e

Please sign in to comment.