We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9922073 commit e910e65Copy full SHA for e910e65
1 file changed
.github/workflows/publicar.yml
@@ -36,4 +36,4 @@ jobs:
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}}
+ VERSION_STATIC: echo "${GITHUB_REF##*/}"
0 commit comments