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
@ -9,6 +9,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: calculate version
|
||||||
|
uses: dotnet/nbgv@master
|
||||||
|
id: nbgv
|
||||||
|
|
||||||
# - name: Setup dotnet
|
# - name: Setup dotnet
|
||||||
# uses: actions/setup-dotnet@v1
|
# uses: actions/setup-dotnet@v1
|
||||||
@ -33,7 +37,7 @@ jobs:
|
|||||||
# VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
|
# VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
|
||||||
|
|
||||||
# Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX
|
# 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
|
# Flag to toggle git tagging, enabled by default
|
||||||
# TAG_COMMIT: true
|
# TAG_COMMIT: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user