Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PandaTechAM/be-lib-pandatech-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
Haik committed Nov 23, 2023
2 parents 27f9532 + d04e0e3 commit 12dd874
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '7.x.x' ]
dotnet-version: [ '8.x.x' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -33,7 +32,7 @@ jobs:
run: dotnet test ${{ env.PROJECT_PATH }} --collect:"XPlat Code Coverage"

- name: Pack
run: dotnet pack ${{ env.PROJECT_PATH }} --output ${{ env.OUTPUT_DIR }}
run: dotnet pack ${{ env.PROJECT_PATH }} --output ${{ env.OUTPUT_DIR }}

- name: Publish
run: dotnet nuget push ${{ env.OUTPUT_DIR }}/*.nupkg -k ${{ env.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE }}

0 comments on commit 12dd874

Please sign in to comment.