Skip to content

Commit

Permalink
Merge pull request #4 from kaltura/FEC-12324_6
Browse files Browse the repository at this point in the history
FEC-12324 Fixed versioning for GH actions
  • Loading branch information
GouravSna authored Oct 7, 2022
2 parents e64c7f4 + f4f22b7 commit b5f2e4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Tag and publish
on:
push:
branches:
- '[0-9]+_[0-9]+_[0-9]+(_[0-9]+)?'
- '[0-9]+_[0-9]+_[0-9]+'
- '[0-9]+_[0-9]+_[0-9]+_[0-9]+'

env:
NEXUS_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit b5f2e4a

Please sign in to comment.