Skip to content

Commit

Permalink
point to package path
Browse files Browse the repository at this point in the history
  • Loading branch information
dayhaysoos committed Nov 8, 2024
1 parent 4c2ef0b commit a1df24a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18" # Use your Node.js version
node-version: "18"
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
working-directory: ./package
run: npm install

- name: Publish to npm
working-directory: ./package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: npm publish

0 comments on commit a1df24a

Please sign in to comment.