We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209841e commit 201eddeCopy full SHA for 201edde
1 file changed
.github/workflows/publicar.yml
@@ -29,3 +29,11 @@ jobs:
29
- name: Test
30
run: dotnet test --no-build --verbosity normal
31
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