We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052dbc3 commit 1eceeb4Copy full SHA for 1eceeb4
1 file changed
.github/workflows/dotnet.yml
@@ -79,6 +79,6 @@ jobs:
79
if: ${{ github.event_name != 'pull_request' && matrix.platform == 'ubuntu' }}
80
run: |
81
# Upload the NuGet package
82
- gh release upload "Kepware.Api v${{ steps.nbgv.outputs.SemVer2 }}" ./Kepware.Api/bin/Release/*.nupkg --clobber
+ gh release upload ${{ steps.drafter.outputs.tag_name }} ./Kepware.Api/bin/Release/*.nupkg --clobber
83
env:
84
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments