Skip to content

Commit d865583

Browse files
committed
fix: dude
1 parent 76cf64d commit d865583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Upload to S3 QA
3838
if: |
3939
github.ref == 'refs/heads/master' &&
40-
steps.semantic.outputs.new-release-published == 'true' &&
40+
steps.semantic.outputs.new-release-published == 'true'
4141
run: |
4242
git checkout develop
4343
git merge --ff-only master

0 commit comments

Comments
 (0)