Try to fix workflow
This commit is contained in:
parent
e71fa4c993
commit
481cc55543
3 changed files with 8 additions and 2 deletions
5
.changeset/blue-phones-jump.md
Normal file
5
.changeset/blue-phones-jump.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@saleor/app-sdk": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
test changeset
|
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 && npx changeset tag && git push --follow-tags
|
publish: "publish:ci"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
@ -14,7 +14,8 @@
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"lint": "prettier --loglevel warn --write . && eslint --fix .",
|
"lint": "prettier --loglevel warn --write . && eslint --fix .",
|
||||||
"release": "release-it",
|
"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": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in a new issue