Skip to content

Commit

Permalink
Update publicar.yml
Browse files Browse the repository at this point in the history
robertorp authored Apr 17, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 209841e commit 201edde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publicar.yml
Original file line number Diff line number Diff line change
@@ -29,3 +29,11 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: 'src/'

- name: Publish-Nuget
uses: luizbon/publish-nuget@patch-1
with:
PROJECT_FILE_PATH: 'src\MotorTributarioNetCore\MotorTributarioNet.csproj'
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
TAG_COMMIT: false
VERSION_STATIC: 2.1.${{github.run_number}}

0 comments on commit 201edde

Please sign in to comment.