Skip to content

Commit

Permalink
16
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Popov <[email protected]>
  • Loading branch information
aensidhe committed Nov 21, 2023
1 parent 8026847 commit 8e6318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: success()
run: |
set +x
$NUGET_VERSION=git describe --tags --abbrev=1 | sed 's/-/./'
NUGET_VERSION=$(git describe --tags --abbrev=1 | sed 's/-/./')
dotnet pack -c Release --no-build -v minimal -o ${{ env.NuGetDirectory }} -p:PackageVersion=$NUGET_VERSION
- name: Publish NuGet package
if: success() && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
Expand Down

0 comments on commit 8e6318b

Please sign in to comment.