cicd
This commit is contained in:
parent
ddffe1a40a
commit
6da8bf4b7a
2 changed files with 2 additions and 2 deletions
|
|
@ -60,5 +60,5 @@ auto-release-master:
|
|||
- echo "Release $VERSION"
|
||||
- |
|
||||
release-cli create --name "Release $VERSION" --tag-name v$VERSION \
|
||||
--description 'Created using the release-cli. $CI_COMMIT_TITLE' --ref $CI_COMMIT_SHA \
|
||||
--description Release $CI_COMMIT_TITLE' --ref $CI_COMMIT_SHA \
|
||||
--assets-link "{\"name\":\"${APPNAME}\",\"url\":\"${PACKAGE_REGISTRY_URL}/${PACKAGE}\"}"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Crimata",
|
||||
"version": "0.9.3",
|
||||
"version": "0.9.4",
|
||||
"private": true,
|
||||
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue