Skip to content

Commit

Permalink
Added major release tagger (#17)
Browse files Browse the repository at this point in the history
* Added major release tagger

* update
  • Loading branch information
zdmytriv authored Jun 9, 2023
1 parent 96ef24c commit 4ae9790
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: release-published

on:
release:
types:
- published

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: cloudposse/github-action-major-release-tagger@v1

0 comments on commit 4ae9790

Please sign in to comment.