Skip to content

Commit 201edde

Browse files
authored
Update publicar.yml
1 parent 209841e commit 201edde

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/publicar.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ jobs:
2929
- name: Test
3030
run: dotnet test --no-build --verbosity normal
3131
working-directory: 'src/'
32+
33+
- name: Publish-Nuget
34+
uses: luizbon/publish-nuget@patch-1
35+
with:
36+
PROJECT_FILE_PATH: 'src\MotorTributarioNetCore\MotorTributarioNet.csproj'
37+
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
38+
TAG_COMMIT: false
39+
VERSION_STATIC: 2.1.${{github.run_number}}

0 commit comments

Comments
 (0)