Skip to content

Commit 37c1b41

Browse files
authored
Update publish-nuget.yaml
set version in yaml Signed-off-by: Kevin Dinh <92726228+Dindexx@users.noreply.github.com>
1 parent 82ce025 commit 37c1b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-nuget.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
run: dotnet restore $SOLUTION
5656

5757
- name: Build
58-
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG -p:Version=$APP_VERSION
58+
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG -p:Version=2.0.0-pr.303.0
5959

6060
- name: Run tests
6161
run: |
6262
dotnet test test/WalletFramework.Oid4Vc.Tests --configuration $BUILD_CONFIG --no-restore --no-build
6363
dotnet test test/WalletFramework.SdJwtVc.Tests --configuration $BUILD_CONFIG --no-restore --no-build
6464
6565
- name: Pack WalletFramework
66-
run: dotnet pack $SOLUTION --configuration $BUILD_CONFIG -p:Version=$APP_VERSION --no-build --output .
66+
run: dotnet pack $SOLUTION --configuration $BUILD_CONFIG -p:Version=2.0.0-pr.303.0 --no-build --output .
6767

6868
- name: Publish
6969
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)