Skip to content

Commit

Permalink
[test] ci-release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve committed Oct 8, 2023
1 parent 51aeb16 commit 6222839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,15 @@ jobs:
path: node_modules
key: ${{runner.OS}}-npm-caches-${{ hashFiles('package-lock.json') }}

- name: Set up Go
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
run: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/qbot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ on:
tags:
- v*

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

jobs:
fund_strategy_release:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -140,7 +136,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.0
draft: false
prerelease: false

Expand Down Expand Up @@ -218,7 +213,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.0
draft: false
prerelease: false

Expand Down Expand Up @@ -260,7 +254,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.0
draft: false
prerelease: false

Expand Down

0 comments on commit 6222839

Please sign in to comment.