Skip to content
Snippets Groups Projects
Commit 581a87f5 authored by Abonyi Bence Péter's avatar Abonyi Bence Péter :scream_cat:
Browse files

now semantic release won't trigger itself

parent 28b8cd4a
Branches
Tags 1.4.1
No related merge requests found
Pipeline #52055 passed
...@@ -32,8 +32,9 @@ release: ...@@ -32,8 +32,9 @@ release:
- npm audit fix || true - npm audit fix || true
script: script:
- npx semantic-release - npx semantic-release
only: rules:
- main - if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_MESSAGE !~ /^chore\(release\):/'
when: always
variables: variables:
GIT_SSL_NO_VERIFY: "true" GIT_SSL_NO_VERIFY: "true"
GIT_ASKPASS: "true" GIT_ASKPASS: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment