Skip to content

Commit 4864633

Browse files
authored
chore: add a mechanism to update version tags
1 parent 344a6f6 commit 4864633

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/versioning.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Keep the versions up-to-date
2+
3+
on:
4+
release:
5+
types: [published, edited]
6+
7+
jobs:
8+
actions-tagger:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: Actions-R-Us/actions-tagger@v2
12+
with:
13+
publish_latest_tag: true

0 commit comments

Comments
 (0)