Get release id correctly
This commit is contained in:
parent
b6b29309c9
commit
17103ed066
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -50,6 +50,7 @@ jobs:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
|
id: release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: Libation ${{ needs.prerelease.outputs.version }}
|
name: Libation ${{ needs.prerelease.outputs.version }}
|
||||||
|
|
@ -62,5 +63,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
with:
|
with:
|
||||||
release_id: '${{ steps.create_release.outputs.id }}'
|
release_id: '${{ steps.release.outputs.id }}'
|
||||||
assets_path: ./artifacts
|
assets_path: ./artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue