Skip to content

Commit

Permalink
ci(release): use appropriate npm commands for ci environment
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Mar 26, 2023
1 parent ded1a44 commit d1c12ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
keyAlias: ${{ secrets.SIGNING_KEY_ALIAS }}
keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
- name: Setup semantic-release
run: npm install
run: npm ci
- name: Get release version
run: npx semantic-release --dry-run
run: npm exec semantic-release --dry-run
id: get-next-version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d1c12ed

Please sign in to comment.