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 1335a2a commit 8ee0be9
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/qbot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,18 @@ jobs:
python-version: [3.8]

steps:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_name: v1.0.1
with:
# release_name: $tag_name
draft: true
prerelease: true
- name: Checkout code
uses: actions/checkout@v2

- name: Create Release
id: create_release
uses: actions/create-release@v1
with:
draft: true
prerelease: true
tag_name: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

investool_app_release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ee0be9

Please sign in to comment.