We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afb620 + 76dac88 commit c3cee8fCopy full SHA for c3cee8f
.github/workflows/npm-publish.yml
@@ -13,12 +13,10 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: '20.x'
+ node-version: 20.x
17
- run: npm ci
18
- run: npm test
19
- uses: pascalgn/npm-publish-action@1.3.9
20
- with:
21
- publish_command: npm
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/test.yml
@@ -13,6 +13,6 @@ jobs:
0 commit comments