Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Feb 26, 2025
1 parent 25a48fc commit 17dd944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
version: pnpm changeset-manifests
title: Version Packages - ${{ github.ref_name }}
publish: pnpm release latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 17dd944

Please sign in to comment.