Skip to content

Commit

Permalink
use target commitish
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Mar 16, 2021
1 parent 26ce04e commit 1e2073d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: "${{ steps.release.outputs.tag }}",
target_commitish: ${{ steps.gitversion.outputs.sha }},
body: `${{ steps.release_notes.outputs.release_notes }}`,
prerelease: ${{ steps.release.outputs.is_prerelease }}
});

0 comments on commit 1e2073d

Please sign in to comment.