Skip to content

Commit

Permalink
Merge pull request #2 from RichardMendes/change-var-names
Browse files Browse the repository at this point in the history
Ajuste no workflow
  • Loading branch information
RichardMendes authored May 13, 2024
2 parents 115bc30 + 524dd95 commit cdba58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: dotnet pack --configuration Release

- name: Publish
run: dotnet nuget push "MoneyExtension/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push "MoneyExtension/bin/Release/*.nupkg" -k ${secrets.NUGET_TOKEN} -s https://api.nuget.org/v3/index.json

0 comments on commit cdba58c

Please sign in to comment.