We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e34ebb commit 1f50b96Copy full SHA for 1f50b96
.github/workflows/vlatest-tag-update.yml
@@ -73,7 +73,6 @@ jobs:
73
body: 'Automated vLatest release from `develop`.',
74
draft: false,
75
prerelease: false,
76
- // If supported on your repo, this marks it as the "Latest" on the Releases page.
77
- make_latest: 'true'
+ make_latest: 'false'
78
});
79
core.info(`Created release ${res.data.html_url}`);
0 commit comments