Skip to content

Commit 73a7f76

Browse files
committed
Set target branch to test-tag for testing purposes
1 parent 2c23829 commit 73a7f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
gh release create \
7272
${RELEASE_TAG_NAME} \
7373
--prerelease \
74-
--target ${target_branch} \
74+
--target test-tag \
7575
--notes "${release_notes}" \
7676
--title "${title}" \
7777
--repo ${repository}

0 commit comments

Comments
 (0)