Skip to content

Commit

Permalink
Update tags automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi committed Oct 5, 2020
1 parent 67be1a0 commit c30a75d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/update-tags.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Keep the versions up-to-date

on:
release:
types: [published, edited]

jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
env:
GITHUB_TOKEN: "${{ github.token }}"

0 comments on commit c30a75d

Please sign in to comment.