Skip to content

Commit

Permalink
Revert "fix release pipeline"
Browse files Browse the repository at this point in the history
This reverts commit ccaaf42.
  • Loading branch information
PacoVK committed Dec 13, 2024
1 parent ccaaf42 commit 23fa338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- run: corepack enable
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn npm publish
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 23fa338

Please sign in to comment.