Skip to content

Commit

Permalink
docs: remove deprecated keyword in gitlab-ci.md (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
iczellion committed Jul 6, 2022
1 parent d80e2ea commit c69445e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/recipes/ci-configurations/gitlab-ci.md
Expand Up @@ -66,8 +66,8 @@ release:
- npm install -g semantic-release @semantic-release/gitlab
script:
- semantic-release
only:
- master
rules:
- if: $CI_COMMIT_BRANCH == "master"

release:
image: node:12-buster-slim
Expand All @@ -77,8 +77,8 @@ release:
- npm install -g semantic-release @semantic-release/gitlab
script:
- semantic-release
only:
- master
rules:
- if: $CI_COMMIT_BRANCH == "master"
```

### `package.json` configuration
Expand Down

0 comments on commit c69445e

Please sign in to comment.