Skip to content

Commit

Permalink
chore(ci): add github actions style version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored May 17, 2021
2 parents bb1bb64 + c481833 commit 64d32df
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Set GitHub Actions style version tags

on:
release:
types: [published, edited]

jobs:
actions-tagger:
runs-on: ubuntu-20.04
steps:
- uses: Actions-R-Us/actions-tagger@v2
with:
publish_latest_tag: true

0 comments on commit 64d32df

Please sign in to comment.