ci: trying to get the repository URL working with token
This commit is contained in:
parent
4b76b5f024
commit
50617fed57
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ publish:
|
||||||
- yarn run build
|
- yarn run build
|
||||||
|
|
||||||
# Perform the automatic release process
|
# Perform the automatic release process
|
||||||
- npx semantic-release --repository-url "https://oauth2:$GITLAB_TOKEN@gitlab.com/mfgames-writing/markdowny.git"
|
- npx semantic-release --repository-url=https://oauth2:$GITLAB_TOKEN@gitlab.com/mfgames-writing/markdowny.git
|
||||||
|
|
Loading…
Reference in a new issue