Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW authored Dec 13, 2024
1 parent c04723f commit ea94158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Create Release
if: github.event_name == 'workflow_dispatch'
id: create_release
uses: actions/create-release@v1.1.4
uses: ncipollo/release-action@v1.14.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.major_version }}
release_name: v${{ github.event.inputs.major_version }}
tag: ${{ github.event.inputs.major_version }}
name: v${{ github.event.inputs.major_version }}
draft: false
generateReleaseNotes: true
- name: Set output
Expand Down

0 comments on commit ea94158

Please sign in to comment.