Skip to content

Commit 1eceeb4

Browse files
committed
Update
1 parent 052dbc3 commit 1eceeb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
if: ${{ github.event_name != 'pull_request' && matrix.platform == 'ubuntu' }}
8080
run: |
8181
# Upload the NuGet package
82-
gh release upload "Kepware.Api v${{ steps.nbgv.outputs.SemVer2 }}" ./Kepware.Api/bin/Release/*.nupkg --clobber
82+
gh release upload ${{ steps.drafter.outputs.tag_name }} ./Kepware.Api/bin/Release/*.nupkg --clobber
8383
env:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)