Skip to content

Commit

Permalink
Add tag_name for ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve committed Oct 8, 2023
1 parent 5576cd7 commit 902e5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
draft: true
prerelease: true
# tag_name: ${{ github.ref }}
tag_name: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# tag_name: v1.0.0
tag_name: v1.0.0
release_name: Qbot Release v1.0.0
draft: true
prerelease: true
Expand Down

0 comments on commit 902e5fb

Please sign in to comment.