We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5bec1 commit 748f1f8Copy full SHA for 748f1f8
1 file changed
.github/workflows/publish.yaml
@@ -16,19 +16,3 @@ jobs:
16
- run: npm publish
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
19
- github-packages:
20
- runs-on: ubuntu-latest
21
- permissions:
22
- contents: read
23
- packages: write
24
- steps:
25
- - uses: actions/checkout@v4
26
- # Setup .npmrc file to publish to GitHub Packages
27
- - uses: actions/setup-node@v4
28
- with:
29
- node-version: "20.x"
30
- registry-url: "https://npm.pkg.github.com"
31
- - run: npm ci
32
- - run: npm publish
33
- env:
34
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments