Skip to content

Commit 7fb9bfb

Browse files
Released Candidate rc-1.0.0
1 parent f4982c2 commit 7fb9bfb

363 files changed

Lines changed: 34305 additions & 18529 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/update-version-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: tag-match
4747
shell: bash
4848
run: |
49-
if [[ ${{ github.event.ref }} =~ ^refs\/tags\/([rR](elease)?[\.-]?([0-9]+\.[0-9]+\.[0-9]+(-.*\.[0-9])))$ ]]; then
49+
if [[ ${{ github.event.ref }} =~ ^refs\/tags\/([rR](elease)?[\.-]?([0-9]+\.[0-9]+\.[0-9]+(-.*\.[0-9])?))$ ]]; then
5050
echo ::set-output name=tag::${BASH_REMATCH[1]}
5151
echo ::set-output name=version::${BASH_REMATCH[3]}
5252
echo TAG = ${BASH_REMATCH[1]}

0 commit comments

Comments
 (0)