We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c23829 commit 73a7f76Copy full SHA for 73a7f76
.github/workflows/package.yml
@@ -71,7 +71,7 @@ jobs:
71
gh release create \
72
${RELEASE_TAG_NAME} \
73
--prerelease \
74
- --target ${target_branch} \
+ --target test-tag \
75
--notes "${release_notes}" \
76
--title "${title}" \
77
--repo ${repository}
0 commit comments