Skip to content

Commit c6b96af

Browse files
authored
Update release.yml
1 parent cdb5a6c commit c6b96af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Extract Numeric Version
20+
shell: bash
2021
run: echo "VERSION=$(echo ${{ github.event.release.tag_name }} | sed 's/-.*//')" >> $GITHUB_ENV
2122

2223
- name: Build
24+
shell: bash
2325
run: |
2426
dotnet build "./Source/" --configuration Release \
2527
-p:Version=${{ github.event.release.tag_name }} \
@@ -30,6 +32,7 @@ jobs:
3032
run: dotnet test "./Source/" --configuration Release --no-build
3133

3234
- name: Pack
35+
shell: bash
3336
run: |
3437
dotnet pack "./Source/Lib/Fluxor/Fluxor.csproj" --configuration Release --no-build \
3538
-p:Version=${{ github.event.release.tag_name }} \

0 commit comments

Comments
 (0)