Skip to content

Commit

Permalink
Merge pull request #10 from WildernessLabs/jorgedevs-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancostanich authored Dec 31, 2022
2 parents d8ca1a8 + ad910c8 commit e97fe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Build
run: dotnet build -c Release /p:Version=${VERSION}
run: dotnet build -c Release Source/Meadow.Logging/lib/Meadow.Logging.csproj /p:Version=${VERSION}
- name: Pack
run: dotnet pack -c Release Source/Meadow.Logging/lib/Meadow.Logging.csproj /p:Version=${VERSION} --output .
- name: Push
Expand Down

0 comments on commit e97fe6e

Please sign in to comment.