Skip to content

Commit ef3cd93

Browse files
authored
Update release.yml
1 parent 8547c25 commit ef3cd93

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
1616
git branch --remote --contains | grep origin/master
1717
- name: Set VERSION variable from tag
18-
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
18+
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
1919
- name: Setup dotnet
2020
uses: actions/setup-dotnet@v3
2121
with:
2222
dotnet-version: ${{ env.DOTNET_VERSION }}
2323
- name: Build
24-
run: dotnet build --configuration Release /p:Version=${VERSION}
24+
run: dotnet build --configuration Release /p:Version=${VERSION}
2525
- name: Pack
26-
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
26+
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
2727
2828
2929

0 commit comments

Comments
 (0)