We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb5a6c commit c6b96afCopy full SHA for c6b96af
.github/workflows/release.yml
@@ -17,9 +17,11 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Extract Numeric Version
20
+ shell: bash
21
run: echo "VERSION=$(echo ${{ github.event.release.tag_name }} | sed 's/-.*//')" >> $GITHUB_ENV
22
23
- name: Build
24
25
run: |
26
dotnet build "./Source/" --configuration Release \
27
-p:Version=${{ github.event.release.tag_name }} \
@@ -30,6 +32,7 @@ jobs:
30
32
run: dotnet test "./Source/" --configuration Release --no-build
31
33
34
- name: Pack
35
36
37
dotnet pack "./Source/Lib/Fluxor/Fluxor.csproj" --configuration Release --no-build \
38
0 commit comments