Skip to content

Commit

Permalink
ci: add automatic latest release tag action (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Sep 30, 2020
1 parent 407b041 commit 4bc36ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-tagger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Keep the versions up-to-date

on:
release:
types: [published, edited]

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

0 comments on commit 4bc36ce

Please sign in to comment.