Skip to content

Commit

Permalink
Merge pull request #355 from saleor/fix-prepeare-release
Browse files Browse the repository at this point in the history
Fix wrong script in npm release
  • Loading branch information
krzysztofzuraw authored Mar 1, 2024
2 parents 7a57843 + 7942ff0 commit 529276b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
title: Release to npm
commit: Release to npm
publish: "pnpm publish:ci"
publish: "pnpm publish:ci-prod"
env:
# Use private access token so Github can trigger another workflow from this one
GITHUB_TOKEN: ${{ secrets.PAT }}
Expand Down

0 comments on commit 529276b

Please sign in to comment.