Skip to content

Commit

Permalink
Update version in publishing workflows to 0.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed May 6, 2023
1 parent 812f2aa commit e8bcfe6
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-f7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set VERSION variable from tag
run: echo "VERSION=0.96.0" >> $GITHUB_ENV
run: echo "VERSION=0.98.0" >> $GITHUB_ENV

- name: Build Meadow.F7
run: dotnet build -c Release source/implementations/f7/Meadow.F7/Meadow.F7.csproj /p:Version=${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set VERSION variable from tag
run: echo "VERSION=0.96.0" >> $GITHUB_ENV
run: echo "VERSION=0.98.0" >> $GITHUB_ENV

- name: Build Meadow.Linux
run: dotnet build -c Release source/implementations/linux/Meadow.Linux/Meadow.Linux.csproj /p:Version=${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set VERSION variable from tag
run: echo "VERSION=0.96.0" >> $GITHUB_ENV
run: echo "VERSION=0.98.0" >> $GITHUB_ENV

- name: Build Meadow.Windows
run: dotnet build -c Release source/implementations/windows/Meadow.Windows/Meadow.Windows.csproj /p:Version=${VERSION}
Expand Down

0 comments on commit e8bcfe6

Please sign in to comment.