We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d10b89 + 1327090 commit d9c668cCopy full SHA for d9c668c
.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