fix
This commit is contained in:
parent
46cd366f3d
commit
64d1ab3b1a
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
Creates release for a tag and uploads content of a folder to gitea.
|
Creates release for a tag and uploads content of a folder to gitea.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
``bash
|
```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