Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit d9a750e

Browse files
authored
Merge pull request #4 from TechNobre/dev
Fixed step publish in CI/CD
2 parents 3d70693 + 8d65388 commit d9a750e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: dotnet pack --configuration Release
2828

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

0 commit comments

Comments
 (0)