Skip to content

Commit c45b163

Browse files
qdotclaude
andcommitted
fix(ci): match repo tag convention for engine releases
Use intiface-engine-[version] (e.g. intiface-engine-4.0.2) instead of intiface-engine-v[version] to match existing repo conventions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent efbe1fb commit c45b163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Intiface Engine
33
on:
44
push:
55
tags:
6-
- 'intiface-engine-v*'
6+
- 'intiface-engine-[0-9]*'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)