Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 18b0ecc

Browse files
committed
fix: condition error
1 parent df0cbe7 commit 18b0ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Create release
2828
uses: softprops/action-gh-release@v2
29-
if: steps.get-wordpress-version.outputs.is_update == 'true'
29+
if: steps.get-wordpress-version.outputs.is_update != 'False'
3030
with:
3131
tag_name: ${{ steps.get-wordpress-version.outputs.version }}
3232
name: ${{ steps.get-wordpress-version.outputs.version }}

0 commit comments

Comments
 (0)