Skip to content

Commit 6ccaa5e

Browse files
Updates release workflow to use correct tag for release artefacts. (#1033)
## PR Type - [x] Feature - [ ] Hotfix - [ ] Release - [ ] Documentation --- ## Checklist - [x] Code builds locally - [ ] Tests added or updated - [x] CI is green - [ ] Peer review completed --- ### UAT - [ ] Required → completed - [x] Not required (explain below) This is a change to the Pipeline and doesn't require UAT
2 parents 7909643 + 7d2a3bb commit 6ccaa5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
tag_name: ${{ steps.version.outputs.tag }}
5454
name: Release ${{ steps.version.outputs.tag }}
55+
target_commitish: ${{ github.event.pull_request.merge_commit_sha }}
5556
files: "${{ steps.version.outputs.tag }}.zip"
5657
draft: false
5758
prerelease: false

0 commit comments

Comments
 (0)