Skip to content

Commit d3fbdf2

Browse files
authored
chore: promote versions to v1/latest manually instead of automatically (#106)
1 parent a4ff0c2 commit d3fbdf2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/versioning.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Sync tags with releases
22

33
on:
4-
release:
5-
types: [published, edited]
4+
workflow_dispatch:
5+
# release:
6+
# types: [published, edited]
67

78
jobs:
89
actions-tagger:

0 commit comments

Comments
 (0)