Compare commits

..

No commits in common. "081b57d97f123f78230529c0d34ac35ec41d1c4d" and "5fe28253e0f2f1a54df2cbf1acfea1743b97d319" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ steps:
image: registry.odit.services/hub/library/node:18.1.0-alpine3.15
commands:
- apk add git
- git config --global push.default current
- git remote add origin git@git.odit.services:odit/nginx-brotli.git
- yarn
- yarn release
- name: push to repo

View File

@ -18,7 +18,7 @@
"commit": true,
"requireCleanWorkingDir": false,
"requireBranch": "main",
"commitMessage": "🚀RELEASE ${version} [CI SKIP]",
"commitMessage": "🚀RELEASE ${version}",
"push": false,
"tag": true,
"tagName": "${version}",