Enable npm publish on changeset
This commit is contained in:
parent
e42d4b9d88
commit
cd25a3bb0e
2 changed files with 6 additions and 1 deletions
5
.changeset/four-garlics-deliver.md
Normal file
5
.changeset/four-garlics-deliver.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@saleor/app-sdk": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add automatic publish to npm after changeset release
|
2
.github/workflows/prepare-release.yml
vendored
2
.github/workflows/prepare-release.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
title: Release to npm
|
title: Release to npm
|
||||||
commit: Release to npm
|
commit: Release to npm
|
||||||
publish: pnpm publish --dry-run
|
publish: pnpm publish
|
||||||
# action is automatically pushing even before PR is merged?
|
# action is automatically pushing even before PR is merged?
|
||||||
# This should:
|
# This should:
|
||||||
# 1. Push to "next" every time
|
# 1. Push to "next" every time
|
||||||
|
|
Loading…
Reference in a new issue