We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3af50b commit 580ba75Copy full SHA for 580ba75
.github/workflows/boilerplate-release.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
publish:
9
- if: ${{ !github.event.release.prerelease }}
+ if: "!github.event.release.prerelease"
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
0 commit comments