Skip to content

Commit 7f9e9df

Browse files
committed
Revert "try commenting out if in release!"
This reverts commit 3e51b32.
1 parent 3e51b32 commit 7f9e9df

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)