Skip to content

Commit 3264469

Browse files
drwlpeterfication
authored andcommitted
Fix Github release action (ctran#682)
Reverted tag to to use `v*` prefix instead of `release/v*`.
1 parent a939480 commit 3264469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- 'release/v*'
5+
- 'v*'
66

77
jobs:
88
release:

0 commit comments

Comments
 (0)