Skip to content

Commit 2bfb7ba

Browse files
committed
fix release workflow
1 parent 0ba31b2 commit 2bfb7ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
"SpotifyAPI.Web.Auth-netstandard2.1.zip" \
7878
"SpotifyAPI.Web.Auth-net5.0.zip" \
7979
"SpotifyAPI.Web.Auth-net6.0.zip" \
80-
"SpotifyAPI.Web.Auth-net7.0.zip"
80+
"SpotifyAPI.Web.Auth-net7.0.zip" \
8181
"SpotifyAPI.Web.Auth-net8.0.zip"
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

SpotifyAPI.Docs/src/install_instructions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
33
import Tabs from '@theme/Tabs';
44
import React from 'react';
55

6-
const VERSION = '7.1.0';
6+
const VERSION = '7.1.1';
77

88
const installCodeNuget = `Install-Package SpotifyAPI.Web
99
# Optional Auth module, which includes an embedded HTTP Server for OAuth2

0 commit comments

Comments
 (0)