Skip to content

Commit

Permalink
refactor: action build tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailakks authored May 21, 2023
1 parent a24b98b commit c0716da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.determine_version.outputs.GIT_VERSION }}
tag_name: build
release_name: Release ${{ steps.determine_version.outputs.GIT_VERSION }}
body: |
Release ${{ steps.determine_version.outputs.GIT_VERSION }}.
Expand Down

0 comments on commit c0716da

Please sign in to comment.