There was an error while loading. Please reload this page.
1 parent 42f32f1 commit def1c06Copy full SHA for def1c06
1 file changed
.github/workflows/prerelease.yml
@@ -19,8 +19,9 @@ jobs:
19
20
- name: Determine prerelease version
21
run: |
22
+ BASE_VERSION=$(grep -oPm1 "(?<=<Version>)[^<]+" src/Directory.Build.props)
23
COMMIT_SHA=$(git rev-parse --short HEAD)
- echo "PRERELEASE_VERSION=11.0.0-${COMMIT_SHA}" >> $GITHUB_ENV
24
+ echo "PRERELEASE_VERSION=${BASE_VERSION}-${COMMIT_SHA}" >> $GITHUB_ENV
25
26
- name: Setup .NET
27
uses: actions/setup-dotnet@v1
0 commit comments