Skip to content

Commit

Permalink
ci: use npm unambiguous syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTheHun committed Sep 23, 2024
1 parent 9972434 commit 83d0c3b
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 @@ -22,11 +22,11 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Tests
run: npm test:ci
run: npm run test:ci

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm release
npm run release

0 comments on commit 83d0c3b

Please sign in to comment.