Skip to content

Commit 75ba0a4

Browse files
Minor fix (#41)
1 parent bf80c8a commit 75ba0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Push NuGet
6565
run: |
6666
$tagVersion = "${{ github.ref }}".substring(11)
67-
echo '::set-output name=TAG_VERSION::$tagVersion'
67+
echo "::set-output name=TAG_VERSION::$tagVersion"
6868
dotnet nuget push IntelliTect.Multitool.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
6969
id: tag-version
7070
- name: Upload nupkg to Releases

0 commit comments

Comments
 (0)