diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 01b4e99..37a9ba7 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -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: | diff --git a/.github/workflows/qbot-release.yml b/.github/workflows/qbot-release.yml index e9b60a8..902e005 100644 --- a/.github/workflows/qbot-release.yml +++ b/.github/workflows/qbot-release.yml @@ -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 }} @@ -140,7 +136,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v1.0.0 draft: false prerelease: false @@ -218,7 +213,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v1.0.0 draft: false prerelease: false @@ -260,7 +254,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v1.0.0 draft: false prerelease: false