Skip to content

Commit 65e4a5c

Browse files
committed
fix: remove unnecessary condition for version check in release workflow
1 parent 15b0649 commit 65e4a5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
exit 1
5252
fi
5353
- name: Create release and upload assets
54-
if: steps.set_version.outputs.VERSION != ''
5554
uses: softprops/action-gh-release@v1
5655
with:
5756
tag_name: 'v${{ env.VERSION }}'

0 commit comments

Comments
 (0)