Skip to content

Commit

Permalink
chore: publish package directly from workflow, without helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Mar 5, 2024
1 parent 8f4c69a commit 69a326d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Install dependencies
run: yarn install

- run: bash src/workflows/publish.sh
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 69a326d

Please sign in to comment.