Skip to content

Commit

Permalink
fix: npm publish fails (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
makserik authored Jan 24, 2024
1 parent deec790 commit ec834d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
npm run clean
npm run build
npm login
- name: "Create Pull Request or Publish to npm"
uses: changesets/action@v1
with:
Expand All @@ -43,4 +44,4 @@ jobs:
commit: "chore: version packages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ec834d6

Please sign in to comment.