We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d10b89 commit 1327090Copy full SHA for 1327090
.github/workflows/release.yaml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
docker:
8
runs-on: ubuntu-latest
9
- if: github.event.release.target_commitish == 'master'
+ if: ${{ github.event.release.target_commitish }} == 'master'
10
steps:
11
- uses: actions/checkout@v3
12
0 commit comments