Skip to content

Commit ed7000f

Browse files
authoredDec 19, 2022
Enable auto-tagging of actions (#6)
1 parent b70ee9c commit ed7000f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎.github/workflows/release.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.