Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do a nuget push on main
Browse files Browse the repository at this point in the history
adamhathcock committed Jan 14, 2025
1 parent aba5a9c commit 6e1de9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ jobs:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

- name: ⚒️ Run Build on Linux
- name: ⚒️ Run Build and Pack on Linux
run: ./build.sh build-linux

- name: ⚒️ Run tests
@@ -98,3 +98,6 @@ jobs:
with:
file: Converters/**/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

- name: Push to nuget.org
run: dotnet nuget push output/*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.CONNECTORS_NUGET_TOKEN }} --skip-duplicate

0 comments on commit 6e1de9b

Please sign in to comment.