Skip to content

Commit

Permalink
Merge branch 'multi-branch-auto-release' into mweberxyz-main
Browse files Browse the repository at this point in the history
# Conflicts:
#	scripts/release.js
  • Loading branch information
mweberxyz committed Apr 12, 2024
2 parents f6b393b + 75e2617 commit 76ba909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const release = async ({ github, context, versionTag }) => {
owner,
repo,
tag_name: versionTag,
target_commitish: `heads/${BRANCH}`,
target_commitish: BRANCH,
name: versionTag,
body: releaseNotes,
draft: false,
Expand Down

0 comments on commit 76ba909

Please sign in to comment.