Skip to content

Commit

Permalink
- Added d_d_d_d format as well for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GouravSna committed Sep 22, 2022
1 parent 27f95f9 commit d4cfbc0
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]+_[0-9]+_[0-9]+_[0-9]+'

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

0 comments on commit d4cfbc0

Please sign in to comment.