Skip to content

Commit 44031ac

Browse files
committed
ci: update GitHub Actions to specify target for release tags
This change ensures that the release tags are created with the correct target branch, improving the tagging process during the publish workflow.
1 parent c87239b commit 44031ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ jobs:
159159
160160
for tag in "${TAGS[@]}"; do
161161
gh release create "$tag" \
162+
--target main \
162163
--title "$tag" \
163-
--generate-notes \
164-
"${GITHUB_SHA}"
164+
--generate-notes
165165
done
166166
else
167167
echo "No new packages to tag."

0 commit comments

Comments
 (0)