Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1de78e3

Browse files
authored
Update CI.yml
1 parent 66ca12a commit 1de78e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
release:
105105
name: Release
106106
runs-on: ubuntu-latest
107-
if: "startsWith(github.ref, 'refs/tags/')"
107+
# if: "startsWith(github.ref, 'refs/tags/')"
108108
needs: [linux, macos-x86_64, sdist] # macos-arm64
109109
steps:
110110
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)