Skip to content

Commit

Permalink
feat!: Update template-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Mar 8, 2024
1 parent 74bc81a commit 04caa14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
otp-version: ${{ env.OTP_VERSION }}

- name: setup semantic-release
run: npm install -g semantic-release @semantic-release/changelog @semantic-release/github -D
run: npm install -g semantic-release @semantic-release/commit-analyzer @semantic-release/changelog @semantic-release/github -D

- name: release
run: npx -p @semantic-release/changelog semantic-release
run: npx -p @semantic-release/commit-analyzer -p @semantic-release/changelog semantic-release

- name: Validate conditions
if: ${{ env.DEBUG_MODE == 'true' }}
Expand Down

0 comments on commit 04caa14

Please sign in to comment.