ci: fix env vars

This commit is contained in:
iCrawl
2022-04-17 18:35:31 +02:00
parent 3cc96d7940
commit 443533ba99

View File

@@ -86,7 +86,7 @@ jobs:
id: SHORT_BRANCH_NAME
with:
pattern: '(^@\w+\/\w+@v?)?(?<semver>\d+.\d+.\d+)-?.*'
string: ${{ BRANCH_NAME }}
string: ${{ env.BRANCH_NAME }}
replace-with: '$<semver>'
- name: Move docs to correct directory