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

Commit

Permalink
fix: condition error
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Sep 22, 2024
1 parent df0cbe7 commit 18b0ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
if: steps.get-wordpress-version.outputs.is_update == 'true'
if: steps.get-wordpress-version.outputs.is_update != 'False'
with:
tag_name: ${{ steps.get-wordpress-version.outputs.version }}
name: ${{ steps.get-wordpress-version.outputs.version }}
Expand Down

0 comments on commit 18b0ecc

Please sign in to comment.