Skip to content

Commit

Permalink
fix set_tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleib committed May 11, 2023
1 parent 29408ad commit 8b1a66d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.increment_tag.outputs.tag_name }}
release_name: Release ${{ steps.increment_tag.outputs.tag_name }}
tag_name: ${{ steps.set_tag_name.outputs.tag_name }}
release_name: Release ${{ steps.set_tag_name.outputs.tag_name }}
body: |
Release ${{ steps.increment_tag.outputs.tag_name }}
Release ${{ steps.set_tag_name.outputs.tag_name }}
-------------------------------
Add release notes here.
draft: false
Expand Down

0 comments on commit 8b1a66d

Please sign in to comment.