Skip to content

Commit 6a6989b

Browse files
authored
Fixed missing version upgrade (#21)
1 parent 0f25fea commit 6a6989b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master
99
env:
1010
APP_NAME: Vivet.AspNetCore
11-
VERSION: 9.0.10
11+
VERSION: 9.0.11
1212
NUGET_HOST: https://api.nuget.org/v3/index.json
1313
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}
1414
jobs:

0 commit comments

Comments
 (0)