Switch to a still maintained release action
This commit is contained in:
parent
8c59e1280b
commit
b1a37cbd8c
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -49,22 +49,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Create release
|
- name: Release
|
||||||
id: create_release
|
uses: softprops/action-gh-release@v1
|
||||||
uses: actions/create-release@v1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
with:
|
with:
|
||||||
tag_name: '${{ github.ref }}'
|
|
||||||
release_name: 'Libation ${{ needs.prerelease.outputs.version }}'
|
|
||||||
body: <Put a body here>
|
body: <Put a body here>
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
files: ./artifacts/*
|
||||||
- name: Upload release assets
|
|
||||||
uses: dwenegar/upload-release-assets@v1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
with:
|
|
||||||
release_id: '${{ steps.create_release.outputs.id }}'
|
|
||||||
assets_path: ./artifacts
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user