Skip to content

Commit 1327090

Browse files
committed
wrapped github statement
1 parent 6d10b89 commit 1327090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
docker:
88
runs-on: ubuntu-latest
9-
if: github.event.release.target_commitish == 'master'
9+
if: ${{ github.event.release.target_commitish }} == 'master'
1010
steps:
1111
- uses: actions/checkout@v3
1212

0 commit comments

Comments
 (0)