Skip to content

Commit

Permalink
Merge pull request #56 from crswll/back-to-yarn-for-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
crswll authored May 5, 2024
2 parents 5afb620 + 76dac88 commit c3cee8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 20.x
- run: npm ci
- run: npm test
- uses: pascalgn/npm-publish-action@1.3.9
with:
publish_command: npm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 20.x
- run: npm ci
- run: npm test

0 comments on commit c3cee8f

Please sign in to comment.