We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5da67 commit a927a03Copy full SHA for a927a03
.github/workflows/build.yml
@@ -148,7 +148,7 @@ jobs:
148
149
# Publish snapshot only when on master branch, version is actually snapshot and from just one of the matrix jobs.
150
- name: Publish snapshot (only on master branch)
151
- if: ${{ github.ref_name == 'master' }} && ${{ fromJSON(steps.deploy_check.outputs.result).is_deployable == 'true' }}
+ if: ${{ github.ref_name == 'master' && fromJSON(steps.deploy_check.outputs.result).is_deployable == 'true' }}
152
env:
153
S3FS_PUBLISH_SONATYPE_USER: "${{ secrets.S3FS_PUBLISH_SONATYPE_USER }}"
154
S3FS_PUBLISH_SONATYPE_PASS: "${{ secrets.S3FS_PUBLISH_SONATYPE_PASS }}"
0 commit comments