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 63cb2f7 commit 605a6ddCopy full SHA for 605a6dd
.github/workflows/build.yaml
@@ -375,7 +375,7 @@ jobs:
375
owner,
376
repo,
377
force: true,
378
- ref: 'refs/tags/unstable',
+ ref: 'tags/unstable',
379
sha,
380
});
381
console.log("Updated tag ref:", tag.data.url);
.github/workflows/release.yaml
@@ -143,7 +143,7 @@ jobs:
143
const tag = await github.rest.git.createRef({
144
145
146
- ref: `refs/tags/v${version}`,
+ ref: `tags/v${version}`,
147
sha: tag,
148
149
console.log("Created tag ref:", tag.data.url);
0 commit comments