Fix worfklow tag creation
This commit is contained in:
parent
bea1e176c1
commit
5b7f3cf539
2 changed files with 6 additions and 1 deletions
5
.changeset/swift-items-visit.md
Normal file
5
.changeset/swift-items-visit.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
|
@ -43,4 +43,4 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- name: Push tags
|
||||
run: changeset tag && git push --follow-tags
|
||||
run: npx changeset tag && git push --follow-tags
|
Loading…
Reference in a new issue