Skip to content

Commit

Permalink
Update npm-publish.yml (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasein108 authored Apr 15, 2024
1 parent 5164052 commit 232fa75
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
- run: yarn install
- run: yarn build
- run: cp package.json ./build/package.json
- uses: actions/upload-artifact@v3
with:
name: build-artifact
path: ./build

publish-npm:
needs: build
Expand All @@ -29,10 +25,6 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- uses: actions/download-artifact@v3
with:
name: build-artifact
path: ./build
- run: npm publish ./build --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 232fa75

Please sign in to comment.