Skip to content

Commit 5545dcf

Browse files
committed
chore: tweak versions.js file step
1 parent 65e08cd commit 5545dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
steps:
135135
# Triggers only if it is a full release
136136
- name: Update versions.js file and upload to COS
137-
if: github.event.inputs.type == 'full release' && github.event.inputs.dry-run == false
137+
if: github.event.inputs.type == 'full release' && github.event.inputs.dry-run == 'false'
138138
uses: peter-evans/repository-dispatch@v4
139139
with:
140140
event-type: update-versions-file

0 commit comments

Comments
 (0)