Creates release for a tag and uploads content of a folder to gitea.
Find a file
2022-11-08 15:54:18 +01:00
.gitignore Initial commit 2022-11-08 15:23:41 +01:00
index.js fix 2022-11-08 15:37:16 +01:00
package-lock.json fix 2022-11-08 15:51:21 +01:00
package.json fix 2022-11-08 15:51:21 +01:00
README.md fix 2022-11-08 15:54:18 +01:00
upload.js fix 2022-11-08 15:51:21 +01:00

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}"