Skip to content

Commit 393d05c

Browse files
committed
fix: typo
1 parent 90f3b9a commit 393d05c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ permissions:
99
id-token: write
1010

1111
on:
12-
tag:
13-
- v*
12+
push:
13+
tags:
14+
- 'v*' # Trigger on version tags like v1.0.0
1415

1516
jobs:
1617
build:

0 commit comments

Comments
 (0)