Skip to content

Commit

Permalink
Update qbot-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve authored Sep 28, 2023
1 parent 808b9cd commit e84b0c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qbot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ on:
tags:
- v*

env:
tag_name: v1.0.0
release_name: qbot-$tag_name
# env:
# tag_name: v1.0.0
# release_name: qbot-$tag_name

jobs:

Expand Down Expand Up @@ -85,9 +85,9 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# tag_name: v1.0.1
tag_name: v1.0.1
with:
# release_name: $tag_name
release_name: $tag_name
draft: true
prerelease: true

Expand Down

0 comments on commit e84b0c5

Please sign in to comment.