Skip to content

Commit

Permalink
Merge branch 'canary' into docs-tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Jul 10, 2024
2 parents 83f7833 + a9a7a23 commit 5edf15b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ jobs:

publish-to-pypi:
environment: release
if: github.ref_type == 'tag'
needs: [build-release, build-wasm]
runs-on: ubuntu-latest
steps:
Expand All @@ -225,6 +226,7 @@ jobs:

publish-to-npm:
environment: release
if: github.ref_type == 'tag'
needs: [build-release, build-wasm]
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -276,7 +278,7 @@ jobs:
# publish-vscode:
# environment: release
# needs: [build-release, build-wasm]
# if: ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(github.ref, 'refs/tags/test-release') }}
# if: github.ref_type == 'tag'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
Expand Down Expand Up @@ -328,6 +330,7 @@ jobs:

release-github:
runs-on: ubuntu-latest
if: github.ref_type == 'tag'
needs: [publish-to-pypi, publish-to-npm]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5edf15b

Please sign in to comment.