Creates release for a tag and uploads content of a folder to gitea.
.gitignore | ||
index.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
upload.js |
gitea-release
Creates release for a tag and uploads content of a folder to gitea.
Usage
npx gitea-release "[apiLink]" "$${token}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "[uploadDir]" "$${CI_COMMIT_MESSAGE}"