Skip to content

Commit

Permalink
fix(ci): another attemp
Browse files Browse the repository at this point in the history
  • Loading branch information
Heargo committed May 4, 2024
1 parent 10c42ad commit d7677db
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 @@ -26,6 +26,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: npm ci
# Lint
Expand All @@ -34,7 +35,8 @@ jobs:
# Build
- name: Build
run: npm run build
# Publish
- name: Publish
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d7677db

Please sign in to comment.