Skip to content

Commit 7d2a3bb

Browse files
The create release action was using the head branch (develop) to tag the release rather than the main branch
1 parent 7909643 commit 7d2a3bb

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)