Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyCrazy committed Feb 10, 2024
1 parent 0ba31b2 commit 2bfb7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion SpotifyAPI.Docs/src/install_instructions.js
Expand Up @@ -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
Expand Down

0 comments on commit 2bfb7ba

Please sign in to comment.