Skip to content

Commit fd91015

Browse files
committed
adding tagger action
1 parent d6aa6d0 commit fd91015

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# https://github.com/marketplace/actions/actions-tagger
3+
name: release
4+
5+
"on":
6+
release:
7+
types: [published, edited]
8+
workflow_dispatch:
9+
10+
jobs:
11+
actions-tagger:
12+
runs-on: windows-latest
13+
steps:
14+
- uses: Actions-R-Us/actions-tagger@latest
15+
with:
16+
publish_latest_tag: true

0 commit comments

Comments
 (0)