Try to fix workflow

This commit is contained in:
Lukasz Ostrowski 2023-02-27 18:26:43 +01:00
parent e71fa4c993
commit 481cc55543
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
"@saleor/app-sdk": patch
---
test changeset

View file

@ -34,7 +34,7 @@ jobs:
with:
title: Release to npm
commit: Release to npm
publish: pnpm publish && npx changeset tag && git push --follow-tags
publish: "publish:ci"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View file

@ -14,7 +14,8 @@
"prepare": "husky install",
"lint": "prettier --loglevel warn --write . && eslint --fix .",
"release": "release-it",
"copy-readme": "cp README.md dist/README.md"
"copy-readme": "cp README.md dist/README.md",
"publish:ci": "pnpm publish && npx changeset tag && git push --follow-tags"
},
"keywords": [],
"author": "",