We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d8f4c commit ed812aeCopy full SHA for ed812ae
1 file changed
.github/workflows/release.yml
@@ -201,6 +201,7 @@ jobs:
201
-d "{
202
\"access_token\": \"${GITEE_TOKEN}\",
203
\"tag_name\": \"${TAG}\",
204
+ \"target_commitish\": \"main\",
205
\"name\": \"Echo ${TAG}\",
206
\"body\": \"Automated release for ${TAG}. Download the installer for your platform below.\",
207
\"prerelease\": false
@@ -262,6 +263,7 @@ jobs:
262
263
264
265
\"tag_name\": \"latest\",
266
267
\"name\": \"Latest (${TAG})\",
268
\"body\": \"This release always points to the latest version. Current: ${TAG}\",
269
0 commit comments