Skip to content

Commit a927a03

Browse files
committed
build: Setup a release pipeline - bug fixes, optimizations and polishing (#691)
1 parent 6b5da67 commit a927a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
149149
# Publish snapshot only when on master branch, version is actually snapshot and from just one of the matrix jobs.
150150
- name: Publish snapshot (only on master branch)
151-
if: ${{ github.ref_name == 'master' }} && ${{ fromJSON(steps.deploy_check.outputs.result).is_deployable == 'true' }}
151+
if: ${{ github.ref_name == 'master' && fromJSON(steps.deploy_check.outputs.result).is_deployable == 'true' }}
152152
env:
153153
S3FS_PUBLISH_SONATYPE_USER: "${{ secrets.S3FS_PUBLISH_SONATYPE_USER }}"
154154
S3FS_PUBLISH_SONATYPE_PASS: "${{ secrets.S3FS_PUBLISH_SONATYPE_PASS }}"

0 commit comments

Comments
 (0)