Replace deprecated steps github action (#2935)
Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
parent
6ba540d1f7
commit
5573ec9fdb
7
.github/workflows/jan-electron-build.yml
vendored
7
.github/workflows/jan-electron-build.yml
vendored
@ -25,12 +25,11 @@ jobs:
|
||||
GITHUB_REF: ${{ github.ref }}
|
||||
- name: Create Draft Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
release_name: "${{ env.VERSION }}"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: "${{ env.VERSION }}"
|
||||
draft: true
|
||||
prerelease: false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user