mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-08 21:07:46 +00:00
fix release workflow
This commit is contained in:
parent
0ba31b26db
commit
2bfb7ba714
2
.github/workflows/cicd.yaml
vendored
2
.github/workflows/cicd.yaml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
"SpotifyAPI.Web.Auth-netstandard2.1.zip" \
|
||||
"SpotifyAPI.Web.Auth-net5.0.zip" \
|
||||
"SpotifyAPI.Web.Auth-net6.0.zip" \
|
||||
"SpotifyAPI.Web.Auth-net7.0.zip"
|
||||
"SpotifyAPI.Web.Auth-net7.0.zip" \
|
||||
"SpotifyAPI.Web.Auth-net8.0.zip"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import React from 'react';
|
||||
|
||||
const VERSION = '7.1.0';
|
||||
const VERSION = '7.1.1';
|
||||
|
||||
const installCodeNuget = `Install-Package SpotifyAPI.Web
|
||||
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
|
||||
|
Loading…
Reference in New Issue
Block a user