We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cf64d commit d865583Copy full SHA for d865583
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Upload to S3 QA
38
if: |
39
github.ref == 'refs/heads/master' &&
40
- steps.semantic.outputs.new-release-published == 'true' &&
+ steps.semantic.outputs.new-release-published == 'true'
41
run: |
42
git checkout develop
43
git merge --ff-only master
0 commit comments