Fix worfklow tag creation

This commit is contained in:
Lukasz Ostrowski 2023-02-27 18:05:29 +01:00
parent bea1e176c1
commit 5b7f3cf539
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -43,4 +43,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Push tags - name: Push tags
run: changeset tag && git push --follow-tags run: npx changeset tag && git push --follow-tags