We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf80c8a commit 75ba0a4Copy full SHA for 75ba0a4
.github/workflows/deploy.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Push NuGet
65
run: |
66
$tagVersion = "${{ github.ref }}".substring(11)
67
- echo '::set-output name=TAG_VERSION::$tagVersion'
+ echo "::set-output name=TAG_VERSION::$tagVersion"
68
dotnet nuget push IntelliTect.Multitool.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
69
id: tag-version
70
- name: Upload nupkg to Releases
0 commit comments