Skip to content

Commit 45b107f

Browse files
committed
Fix action
1 parent cfc799d commit 45b107f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
dotnet-version: ${{ env.dotnet }}
2222
- name: set environment
23-
run: ::stop-commands ::echo ::set-env name=workspace::$GITHUB_WORKSPACE
23+
run: ::stop-commands::echo ::set-env name=workspace::$GITHUB_WORKSPACE
2424
- name: setup nuget config
25-
run: sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ env.workspace }}/Package/nuget.config" > nuget.config
25+
run: ::stop-commands::sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ env.workspace }}/Package/nuget.config" > nuget.config
2626
- name: create file
2727
run: dotnet pack ToolBox/ToolBox.csproj /p:NuspecFile=${{ env.workspace }}/ToolBox/ToolBox.nuspec -o ${{ env.workspace }}/Package/ -c release
2828
- name: publish nuget on microsoft

0 commit comments

Comments
 (0)