Skip to content

Commit 7d462fe

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 1 addition & 1 deletion
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)