fix
This commit is contained in:
parent
99318cf113
commit
bc438715c1
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ Creates release for a tag and uploads content of a folder to gitea.
|
|||
|
||||
## Usage
|
||||
```bash
|
||||
npx gitea-release [apiLink] "$${token}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "[uploadDir]" "$${CI_COMMIT_MESSAGE}"
|
||||
npx gitea-release "[apiLink]" "$${token}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "[uploadDir]" "$${CI_COMMIT_MESSAGE}"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue