-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tried Codespaces and Made Small Updates
- Loading branch information
1 parent
186282d
commit 16911c9
Showing
4 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,6 @@ jobs: | |
- name: Pack | ||
run: dotnet pack --configuration Release --no-restore | ||
- name: Push Nupkg to GitHub Packages | ||
# You may pin to the exact commit or the version. | ||
# uses: tanaka-takayoshi/nuget-publish-to-github-packages-action@462b6006e5c90f732d030b0ace2c3e7ee9d550bc | ||
uses: tanaka-takayoshi/[email protected] | ||
with: | ||
# Path of NuPkg | ||
|
@@ -40,11 +38,3 @@ jobs: | |
token: ${{ secrets.GITHUB_TOKEN }} | ||
# skip publishing duplicated package(s) | ||
skip-duplicate: true | ||
# - name: Set API Key | ||
# run: export GH_TOKEN=${{ secrets.GITHUB_TOKEN }} | ||
# - name: Setup GitHub Packages | ||
# run: dotnet nuget add source https://nuget.pkg.github.com/IanKnighton/index.json -n github -u IanKnighton -p GH_TOKEN --store-password-in-clear-text | ||
# - name: Pack | ||
# run: dotnet pack --configuration Release --no-restore | ||
# - name: Push | ||
# run: dotnet nuget push "bin/Release/Cerealizer.*.nupkg" --source "github" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters