File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments