Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adospace authored Nov 15, 2023
1 parent 5ba3856 commit e36575f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

env:
Solution_Name: ./src/MauiReactor.Build.sln
Version: 2.0.0-beta

steps:
- name: Checkout
Expand All @@ -28,7 +29,7 @@ jobs:
uses: vers-one/[email protected]
with:
file: "src/**/*.csproj"
version: ${{ github.event.inputs.version }}
version: $env:Version

# Install the .NET Core workload
- name: Install .NET Core
Expand Down

0 comments on commit e36575f

Please sign in to comment.