Skip to content

Commit

Permalink
One more time.
Browse files Browse the repository at this point in the history
Version 1.0.3
  • Loading branch information
Keboo committed Mar 6, 2022
1 parent a039862 commit b7fd050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:

env:
configuration: Release
baseVersion: 1.0.2
baseVersion: 1.0.3

jobs:
build-mac:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Pack
if: ${{ github.event_name != 'pull_request' }}
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration ${{ env.configuration }} --output ${{ github.workspace }}/NuGetRelease
run: dotnet pack -p:PackageVersion=${{ env.baseVersion }} --configuration ${{ env.configuration }} --output ${{ github.workspace }}/NuGetRelease

- name: Upload Artifacts
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit b7fd050

Please sign in to comment.