Skip to content

Commit 55d23a0

Browse files
authored
Update npm-publish-github-packages.yml
1 parent 2ce7597 commit 55d23a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
contents: read
1616
packages: write
1717
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/setup-node@v3
20-
with:
21-
node-version: 16
22-
registry-url: https://npm.pkg.github.com/
23-
- run: npm install
2418
- run: npm publish
2519
env:
2620
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)