Enable npm publish on changeset

This commit is contained in:
Lukasz Ostrowski 2023-02-27 17:27:33 +01:00
parent e42d4b9d88
commit cd25a3bb0e
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@saleor/app-sdk": patch
---
Add automatic publish to npm after changeset release

View file

@ -34,7 +34,7 @@ jobs:
with:
title: Release to npm
commit: Release to npm
publish: pnpm publish --dry-run
publish: pnpm publish
# action is automatically pushing even before PR is merged?
# This should:
# 1. Push to "next" every time