Creates release for a tag and uploads content of a folder to gitea.
Find a file
2022-11-08 15:33:14 +01:00
.gitignore Initial commit 2022-11-08 15:23:41 +01:00
index.js init 2022-11-08 15:31:06 +01:00
package-lock.json init 2022-11-08 15:31:06 +01:00
package.json init 2022-11-08 15:31:06 +01:00
README.md fix 2022-11-08 15:33:14 +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}"