Skip to content

Commit 3e51b32

Browse files
committed
try commenting out if in release!
1 parent 2387edf commit 3e51b32

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
@@ -108,7 +108,7 @@ jobs:
108108

109109
release:
110110
needs: [check]
111-
if: "success() && startsWith(github.ref, 'refs/tags/')"
111+
# if: "success() && startsWith(github.ref, 'refs/tags/')"
112112
runs-on: ubuntu-latest
113113
environment: release
114114

0 commit comments

Comments
 (0)