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.
1 parent 2ce7597 commit 55d23a0Copy full SHA for 55d23a0
.github/workflows/npm-publish-github-packages.yml
@@ -15,12 +15,6 @@ jobs:
15
contents: read
16
packages: write
17
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
24
- run: npm publish
25
env:
26
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments