mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
ci: fix env vars
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
id: SHORT_BRANCH_NAME
|
id: SHORT_BRANCH_NAME
|
||||||
with:
|
with:
|
||||||
pattern: '(^@\w+\/\w+@v?)?(?<semver>\d+.\d+.\d+)-?.*'
|
pattern: '(^@\w+\/\w+@v?)?(?<semver>\d+.\d+.\d+)-?.*'
|
||||||
string: ${{ BRANCH_NAME }}
|
string: ${{ env.BRANCH_NAME }}
|
||||||
replace-with: '$<semver>'
|
replace-with: '$<semver>'
|
||||||
|
|
||||||
- name: Move docs to correct directory
|
- name: Move docs to correct directory
|
||||||
|
|||||||
Reference in New Issue
Block a user