Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent 0edad9c commit b10570a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# - build-typescript-release
# - build-vscode-release
outputs:
should-run-publish-job: false
should-run-publish-step: false
should-run-publish-job: ""
should-run-publish-step: ""
should-run-publish-job2: ${{ false }}
should-run-publish-step2: ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(github.ref, 'refs/tags/test-release') }}
steps:
Expand Down

0 comments on commit b10570a

Please sign in to comment.