Skip to content

Commit 580ba75

Browse files
committed
fix: Update conditional statement in boilerplate-release.yml
1 parent a3af50b commit 580ba75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boilerplate-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
publish:
9-
if: ${{ !github.event.release.prerelease }}
9+
if: "!github.event.release.prerelease"
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)