Skip to content

Commit

Permalink
feat: new code addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Apr 26, 2022
1 parent 4524e2e commit 61ba2c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ jobs:
- name: Semantic Release dependencies
run: |
npm i -g \
"@semantic-release" \
"@semantic-release/git" \
"@semantic-release/npm" \
"@semantic-release/github" \
"@semantic-release/changelog" \
"@semantic-release/commit-analyzer" \
"@semantic-release/release-notes-generator"
@semantic-release \
@semantic-release/git \
@semantic-release/npm \
@semantic-release/github \
@semantic-release/changelog \
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator
- name: Release version
env:
Expand Down

0 comments on commit 61ba2c1

Please sign in to comment.