mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Use correct values for editing release
This commit is contained in:
parent
71069cb53b
commit
8886853bd4
4
.github/workflows/cicd.yaml
vendored
4
.github/workflows/cicd.yaml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: SpotifyAPI Web $RELEASE_VERSION
|
release_name: SpotifyAPI Web ${{ github.ref }}
|
||||||
body: |
|
body: |
|
||||||
TODO
|
TODO
|
||||||
draft: true
|
draft: true
|
||||||
@ -62,6 +62,6 @@ jobs:
|
|||||||
-a "SpotifyAPI.Web.Auth-netstandard2.0.zip" \
|
-a "SpotifyAPI.Web.Auth-netstandard2.0.zip" \
|
||||||
-a "SpotifyAPI.Web.Auth-netstandard2.1.zip" \
|
-a "SpotifyAPI.Web.Auth-netstandard2.1.zip" \
|
||||||
-a "SpotifyAPI.Web.Auth-net5.0.zip" \
|
-a "SpotifyAPI.Web.Auth-net5.0.zip" \
|
||||||
-m "" "$GITHUB_REF"
|
-m "" "$RELEASE_VERSION"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user