Skip to content

Commit

Permalink
Merge branch 'Garlic-Team:next' into feat/improve-jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Jul 6, 2022
2 parents 88309b6 + bb1e4c1 commit 45e3fa2
Show file tree
Hide file tree
Showing 6 changed files with 482 additions and 377 deletions.
1 change: 1 addition & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ reviewers:
- xHyroM
- S222em
- Gabe616
- Garlic-Team/Maintainers
numberOfReviewers: 0
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: 'Extract package from tag'
if: env.BRANCH_OR_TAG == 'tag'
id: package-name
uses: frabert/replace-string-action@v2.0
uses: frabert/replace-string-action@v2.1
with:
pattern: '(^@.*\\/(?<package>.*)@v?)?(?<semver>\\d+.\\d+.\\d+)-?.*'
string: ${{ env.BRANCH_NAME }}
Expand All @@ -82,7 +82,7 @@ jobs:
- name: 'Extract semver from tag'
if: env.BRANCH_OR_TAG == 'tag'
id: semver
uses: frabert/replace-string-action@v2.0
uses: frabert/replace-string-action@v2.1
with:
pattern: '(^@.*\\/(?<package>.*)@v?)?(?<semver>\\d+.\\d+.\\d+)-?.*'
string: ${{ env.BRANCH_NAME }}
Expand Down
Loading

0 comments on commit 45e3fa2

Please sign in to comment.