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 45b107f commit 546f162Copy full SHA for 546f162
.github/workflows/pack.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
dotnet-version: ${{ env.dotnet }}
22
- name: set environment
23
- run: ::stop-commands::echo ::set-env name=workspace::$GITHUB_WORKSPACE
+ run: echo ::set-env name=workspace::$GITHUB_WORKSPACE
24
- name: setup nuget config
25
run: ::stop-commands::sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ env.workspace }}/Package/nuget.config" > nuget.config
26
- name: create file
0 commit comments