Skip to content

Commit

Permalink
chore: update create release rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Jan 17, 2025
1 parent bf4d3e6 commit 5ec056a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ jobs:

- name: Create Release
uses: softprops/action-gh-release@v2
if: ${{ steps.version_type.outputs.is_stable == 'true' }}
with:
name: Release ${{ steps.set_version.outputs.version }}
draft: false
Expand Down

0 comments on commit 5ec056a

Please sign in to comment.