Skip to content

Commit

Permalink
Update release.yml, already uploaded to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Jan 20, 2024
1 parent 601c405 commit 5c6c35a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -635,12 +635,12 @@ jobs:
npm publish --help
mvn --help
- name: Upload to nuget.org
shell: bash
run: |
for file in /tmp/artifacts/nupkg/Iced.*.nupkg; do
dotnet nuget push "$file" --api-key "${{secrets.NUGET_APIKEY}}" --source https://api.nuget.org/v3/index.json
done
# - name: Upload to nuget.org
# shell: bash
# run: |
# for file in /tmp/artifacts/nupkg/Iced.*.nupkg; do
# dotnet nuget push "$file" --api-key "${{secrets.NUGET_APIKEY}}" --source https://api.nuget.org/v3/index.json
# done

- name: Upload to crates.io
shell: bash
Expand Down

0 comments on commit 5c6c35a

Please sign in to comment.