We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9157ebb commit a2bac81Copy full SHA for a2bac81
.github/workflows/publish.yaml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions-ecosystem/action-regex-match@v2
62
with:
63
text: ${{ github.ref }}
64
- regex: '^refs/tags/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+rc[0-9]+|rc[0-9]+)?$'
+ regex: '^refs/tags/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)+(\.[0-9]+rc[0-9]+|rc[0-9]+)?$'
65
- name: Upload package distributions to github
66
if: ${{ steps.check-tag.outputs.match != '' }}
67
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
0 commit comments