We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e348b commit 1ec5af9Copy full SHA for 1ec5af9
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
otp_version: "27.0"
70
build_docs: build_docs
71
run_job: true
72
- if: ${{ matrix.run_job == 'true' }}
+ if: ${{ matrix.run_job }}
73
runs-on: ubuntu-22.04
74
steps:
75
- uses: actions/checkout@v4
0 commit comments