Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…w.Foundation into develop
  • Loading branch information
adrianstevens committed Nov 23, 2022
2 parents dffd320 + 830281c commit eda59c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-foundation-core.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Meadow.Foundation.Core NuGet Package Creation
name: Level 0 Package Creation

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-level1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
version: '0.89.2'
version: '0.90.0'
token: ${{ secrets.NUGET_TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-level2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
version: '0.89.2'
version: '0.90.0'
token: ${{ secrets.NUGET_TOKEN }}

jobs:
Expand Down

0 comments on commit eda59c2

Please sign in to comment.