Skip to content

Commit 538ab6c

Browse files
authored
fix: only update tag for a released type event (#315)
1 parent fb269f1 commit 538ab6c

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
@@ -3,7 +3,7 @@ name: Release
33
on:
44
release:
55
branches: [main]
6-
types: [published]
6+
types: [released]
77
workflow_dispatch:
88
inputs:
99
tag:

0 commit comments

Comments
 (0)