Skip to content

Commit

Permalink
Fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
cube2222 committed Feb 12, 2021
1 parent cc8c461 commit 23cd228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Create NuGet config
run: cp nuget.config.template sdk/dotnet/nuget.config
- name: Publish dotnet package
run: dotnet nuget push "bin/Release/OctocatApp.$(git describe --tags --abbrev=0 | sed 's/^v//g').nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/spacelift-io/index.json"
run: cd sdk/dotnet && dotnet nuget push "bin/Release/OctocatApp.$(git describe --tags --abbrev=0 | sed 's/^v//g').nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"

0 comments on commit 23cd228

Please sign in to comment.