Skip to content

Commit f00d1fc

Browse files
authored
Fix Release Tag (microsoft#4517)
1 parent 1e93aa5 commit f00d1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
else
4747
opt_prerelease="--prerelease"
4848
fi
49-
gh release create --target main \
49+
gh release create --target HEAD \
5050
--title "Application Insights Java $VERSION$opt_ga" \
5151
--notes-file /tmp/release-notes.txt \
5252
$opt_prerelease \

0 commit comments

Comments
 (0)