Skip to content

Commit

Permalink
fix release draft (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Apr 26, 2022
1 parent 4deeb53 commit e62fb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v}
- name: Create Release
run: gh release create v${{ steps.get_version.outputs.VERSION }} --draft artifacts/signalfx* artifacts/x64/en-us/*.msi artifacts/x86/en-us/*.msi artifacts/windows-tracer-home.zip nuget/SignalFx.NET.Tracing.Azure.Site.Extension.*.nupkg
run: gh release create v${{ steps.get_version.outputs.VERSION }} --draft artifacts/signalfx* artifacts/x64/en-us/*.msi artifacts/x86/en-us/*.msi zip/windows-tracer-home.zip nuget/SignalFx.NET.Tracing.Azure.Site.Extension.*.nupkg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e62fb2b

Please sign in to comment.