Fix typo in unstable release workflow

This commit is contained in:
Quentin Gliech
2025-01-22 16:36:55 +01:00
parent d48248eb06
commit fe2772e228

View File

@@ -374,7 +374,7 @@ jobs:
const tag = await github.rest.git.updateRef({
owner,
repo,
force: true
force: true,
ref: 'refs/tags/unstable',
sha,
});