Skip to content

Commit

Permalink
Fix github actions (dotnet#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvesribeiro authored Jul 19, 2022
1 parent 3bb6a22 commit 7fd3115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
github.rest.repos.createRelease({
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: '${{ context.ref }}',
name: 'Release ${{ context.ref }}',
tag_name: context.ref,
name: context.ref,
draft: false,
prerelease: false,
generate_release_notes: true
Expand Down

0 comments on commit 7fd3115

Please sign in to comment.