Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW authored Dec 13, 2024
1 parent ea94158 commit ddcbe97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,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 }}.${{ github.run_number }}
release_name: v${{ github.event.inputs.major_version }}.${{ github.run_number }}
tag: ${{ github.event.inputs.major_version }}.${{ github.run_number }}
release: v${{ github.event.inputs.major_version }}.${{ github.run_number }}
draft: false
prerelease: true
- name: Set output
Expand Down

0 comments on commit ddcbe97

Please sign in to comment.