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 413b2ec commit 1e3cfdaCopy full SHA for 1e3cfda
.github/workflows/release-jitpack.yml
@@ -90,7 +90,7 @@ jobs:
90
release:
91
runs-on: ubuntu-latest
92
needs: [test, jitpack-compatibility]
93
- if: secrets.DEPLOY_TOKEN != ''
+ if: ${{ secrets.DEPLOY_TOKEN != '' }}
94
95
steps:
96
- name: Checkout repository
0 commit comments