We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e08cd commit 5545dcfCopy full SHA for 5545dcf
.github/workflows/release-base.yml
@@ -134,7 +134,7 @@ jobs:
134
steps:
135
# Triggers only if it is a full release
136
- name: Update versions.js file and upload to COS
137
- if: github.event.inputs.type == 'full release' && github.event.inputs.dry-run == false
+ if: github.event.inputs.type == 'full release' && github.event.inputs.dry-run == 'false'
138
uses: peter-evans/repository-dispatch@v4
139
with:
140
event-type: update-versions-file
0 commit comments