Skip to content

Commit

Permalink
build: try removing extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 8, 2025
1 parent 70d779e commit e9a8e29
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ jobs:
- name: Install dependencies
run: npm install

- name: Publish to npm
- name: Build
run: |
npm run build
npm run build:types
npm publish --access public
- name: Publish
run: |
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# Slack
- name: Slack notification
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit e9a8e29

Please sign in to comment.