Skip to content

Commit 748f1f8

Browse files
committed
removed action
1 parent fc5bec1 commit 748f1f8

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,3 @@ jobs:
1616
- run: npm publish
1717
env:
1818
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

Comments
 (0)