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 495b824 commit 63d5afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
should-run-publish-job: ${{ github.ref_type == 'tag' }}
should-run-publish-step: ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(github.ref, 'refs/tags/test-release') }}
steps:
- if: github.ref_type == 'tag'
run: echo 'ref type is tag'
- run: echo "::do-nothing::" >/dev/null

publish-to-pypi:
Expand Down

0 comments on commit 63d5afc

Please sign in to comment.