Skip to content

Commit

Permalink
chore(workflow): add push major tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Apr 7, 2023
1 parent 55f5fdf commit 98e29ab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
release:
types: [published, edited]

permissions:
contents: write

jobs:
tag-major:
name: Push major-release
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest_tag: false

0 comments on commit 98e29ab

Please sign in to comment.