Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyjuergens authored Nov 17, 2020
1 parent 8eed9f6 commit 5fbffe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Set Tag Version ENV Variable
run: echo ::set-env name=ZC_VERSION::${GITHUB_REF/refs\/tags\//}
run: echo "ZC_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Checkout Repository
if: github.event.release.prerelease == false
uses: actions/checkout@v1
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
# # More info on dotnet nuget push here -> https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-push
# @todo dotnet nuget push broken in CI
# - name: Push package to nuget
# run: dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
# run: dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 comments on commit 5fbffe9

Please sign in to comment.