Skip to content

Commit

Permalink
fix: wrong tag in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto authored Jul 11, 2024
1 parent 6b8365a commit 53f36b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.tag }}
release_name: Upgit ${{ github.event.inputs.tag }}
release_name: ${{ github.event.inputs.tag }}
body: ${{ steps.changelog.outputs.changes }}
draft: false
prerelease: ${{ github.event.inputs.prerelease }}
Expand All @@ -130,6 +130,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/**/*
tag: ${{ github.ref }}
tag: ${{ github.event.inputs.tag }}
overwrite: true
file_glob: true

0 comments on commit 53f36b9

Please sign in to comment.