Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <6279703+deleonio@users.noreply.github.com>
  • Loading branch information
deleonio authored Nov 21, 2024
1 parent 9703aa2 commit c033596
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 @@ -109,7 +109,7 @@ jobs:
)
for package in "${packages[@]}"; do
pkg_name=$(jq -r '.name' "$package/package.json")
pnpm unpublish "$pkg_name@4.0.0-alpha.0" --force
pnpm deprecated "$pkg_name@4.0.0-alpha.0" "This version was published by mistake. Please do not use this version."
done
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}}
Expand Down

0 comments on commit c033596

Please sign in to comment.