Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed Jul 18, 2023
1 parent d199d48 commit 1e0e804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET
name: TinyPNG Actions

on:
push:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
name: tinypng
path: ${{ github.workspace}}/artifact/
- name: Push to NuGet Package Registry
run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --skip-duplicate
run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

- name: Extract version
shell: pwsh
Expand Down

0 comments on commit 1e0e804

Please sign in to comment.