Skip to content

Commit

Permalink
fix try
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Dec 2, 2020
1 parent 45b107f commit 546f162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
dotnet-version: ${{ env.dotnet }}
- name: set environment
run: ::stop-commands::echo ::set-env name=workspace::$GITHUB_WORKSPACE
run: echo ::set-env name=workspace::$GITHUB_WORKSPACE
- name: setup nuget config
run: ::stop-commands::sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ env.workspace }}/Package/nuget.config" > nuget.config
- name: create file
Expand Down

0 comments on commit 546f162

Please sign in to comment.