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 33182d8 commit 5efa377Copy full SHA for 5efa377
.github/workflows/documentation.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: 'Extract package from tag'
91
if: env.BRANCH_OR_TAG == 'tag'
92
id: package-name
93
- uses: frabert/replace-string-action@v2.0
+ uses: frabert/replace-string-action@v2.5
94
with:
95
pattern: '(^@.*\\/(?<package>.*)@v?)?(?<semver>\\d+.\\d+.\\d+)-?.*'
96
string: ${{ env.BRANCH_NAME }}
@@ -99,7 +99,7 @@ jobs:
99
- name: 'Extract semver from tag'
100
101
id: semver
102
103
104
105
0 commit comments