Skip to content

Commit cdcfc2c

Browse files
committed
ci: update workflows config.
1 parent d74ed3b commit cdcfc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288

289289
- name: Create Release
290290
uses: ncipollo/release-action@v1
291-
if: steps.create_tag.outputs.successful
291+
if: steps.create_tag.outputs.successful == 'true'
292292
with:
293293
allowUpdates: true
294294
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)