Skip to content

Commit

Permalink
fix: use the correct tag_name argument [#none] (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhgomes committed May 21, 2022
1 parent 239557b commit 372fc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
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: ${{ steps.create_release.outputs.tag }}
release_name: Release ${{ steps.create_release.outputs.tag }}
tag_name: ${{ steps.tag_version.outputs.tag }}
release_name: Release ${{ steps.tag_version.outputs.tag }}
draft: false
prerelease: true

1 comment on commit 372fc25

@vercel
Copy link

@vercel vercel bot commented on 372fc25 May 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.