Skip to content

Commit

Permalink
[ci] fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
asakura committed Nov 17, 2023
1 parent e1c5b01 commit ffe9bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:
- name: Create Release
id: create_release
uses: elgohr/Github-Release-Action@v5
uses: softprops/action-gh-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
name: Release ${{ github.ref }}
draft: true
prerelease: ${{ contains(github.ref, '-rc.') }}
build:
Expand Down

0 comments on commit ffe9bdb

Please sign in to comment.