Skip to content

Commit

Permalink
Merge pull request #20 from stack72/auto-tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed May 10, 2022
2 parents 5ec0ddb + a592baa commit bcf3b80
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
release:
types: [published, edited]
jobs:
tag-major:
name: Push major-release
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
env:
GITHUB_TOKEN: '${{ github.token }}'
with:
publish_latest_tag: false

0 comments on commit bcf3b80

Please sign in to comment.