mirror of
https://github.com/FabInfra/S22.Sasl.git
synced 2025-03-12 06:41:52 +01:00
Update main.yml
This commit is contained in:
parent
0bb032b196
commit
7684aeeb64
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -10,6 +10,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: calculate version
|
||||
uses: dotnet/nbgv@master
|
||||
id: nbgv
|
||||
|
||||
# - name: Setup dotnet
|
||||
# uses: actions/setup-dotnet@v1
|
||||
# with:
|
||||
@ -33,7 +37,7 @@ jobs:
|
||||
# VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
|
||||
|
||||
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
|
||||
# VERSION_STATIC: 1.0.0
|
||||
VERSION_STATIC: ${{ steps.nbgv.outputs.SemVer2 }}
|
||||
|
||||
# Flag to toggle git tagging, enabled by default
|
||||
# TAG_COMMIT: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user