Skip to content

Commit

Permalink
πŸ’š ci: accept tags with 4 version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlinagora committed Oct 15, 2024
1 parent ebc686c commit b14ed35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "*.*.*"
- "*.*.*.*"
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b14ed35

Please sign in to comment.