Skip to content

Commit 5f243c9

Browse files
Features/net5 (#10)
* README.md * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * multi targeting * flows * build both envs * name * fix bugs * test * test * net 5 v * source * package version * package * nuget token
1 parent 8492d67 commit 5f243c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: dotnet pack -c Release -o out -p:PackageVersion=${{env.PACKAGE_VERSION}} -p:RepositoryUrl=${{env.CURRENT_REPO_URL}}
3838

3939
- name: Publish the package to nuget.org
40-
run: dotnet nuget push ./out/*.nupkg --skip-duplicate --no-symbols true -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
40+
run: dotnet nuget push ./out/*.nupkg --skip-duplicate --no-symbols true -k ${{ secrets.NUGET_AUTH_TOKEN}} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)