Skip to content

Commit

Permalink
Merge pull request #56 from dragonfruitnetwork/fix-package-ref
Browse files Browse the repository at this point in the history
Fix broken package ref
  • Loading branch information
aspriddell authored Dec 19, 2023
2 parents f3f3647 + ac0e1a8 commit dfe3f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet publish -c Release -p:Version=${{ github.event.release.tag_name }} DragonFruit.Sakura

- name: Package Output
run: dotnet pack -c Release -p:PackageVersion=${{ github.event.inputs.version }} -o ./packages --no-build DragonFruit.Sakura
run: dotnet pack -c Release -p:Version=${{ github.event.release.tag_name }} -o ./packages --no-build DragonFruit.Sakura

- name: Upload Package
run: dotnet nuget push -s https://nuget.pkg.github.com/dragonfruitnetwork/index.json -k ${{ github.token }} ./packages/*.nupkg
Expand Down

0 comments on commit dfe3f66

Please sign in to comment.