Skip to content

Commit c3cee8f

Browse files
authored
Merge pull request #56 from crswll/back-to-yarn-for-publish
2 parents 5afb620 + 76dac88 commit c3cee8f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '20.x'
16+
node-version: 20.x
1717
- run: npm ci
1818
- run: npm test
1919
- uses: pascalgn/npm-publish-action@1.3.9
20-
with:
21-
publish_command: npm
2220
env:
2321
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2422
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '20.x'
16+
node-version: 20.x
1717
- run: npm ci
1818
- run: npm test

0 commit comments

Comments
 (0)