Skip to content

Commit

Permalink
Update on-merge-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makserik authored Jan 25, 2024
1 parent 8f0d104 commit 65ee72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: |
npm run clean
npm run build
npm whoami
- name: "Create Pull Request or Publish to npm"
uses: changesets/action@v1
with:
Expand All @@ -45,3 +44,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 65ee72c

Please sign in to comment.