Skip to content

Release with github (not appveyor)#87

Merged
jogibear9988 merged 13 commits intomasterfrom
github
Aug 6, 2025
Merged

Release with github (not appveyor)#87
jogibear9988 merged 13 commits intomasterfrom
github

Conversation

@jogibear9988
Copy link
Copy Markdown
Member

Remove unused code, cleanup, ....

run: |
find . -type f -name *.nupkg -print0 | xargs -0 -I pkg dotnet nuget push pkg -k $nuget_api_key -s "https://api.nuget.org/v3/index.json" --skip-duplicate
env:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kannst du das Oracle Passwort auch als secret hinterlegen?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

könnte ich, ist aber unnötig

@jogibear9988 jogibear9988 marked this pull request as ready for review August 6, 2025 12:37
@jogibear9988 jogibear9988 merged commit a7ce3c9 into master Aug 6, 2025
1 of 3 checks passed
@jogibear9988 jogibear9988 deleted the github branch August 6, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants