Skip to content

Commit

Permalink
Merge pull request #17 from lillo42/fixes-release-action
Browse files Browse the repository at this point in the history
Fixes error to run release
  • Loading branch information
lillo42 authored Feb 12, 2020
2 parents 2fc597a + 6258a7a commit a327c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
with:
dotnet-version: 3.1.101
- name: Pack
run: dotnet pack ./src/CastForm -c Release --include-source -o ./artifacts/pack -p:PackageVersion=${{env.RELEASE_VERSION}}
run: dotnet pack ./src/Mozilla.IoT.WebThing -c Release --include-source -o ./artifacts/pack -p:PackageVersion=${{env.RELEASE_VERSION}}
- name: Publish to Nuget
run: dotnet nuget push ./artifacts/pack/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json

0 comments on commit a327c16

Please sign in to comment.