diff --git a/.changeset/swift-items-visit.md b/.changeset/swift-items-visit.md new file mode 100644 index 0000000..bac7e7d --- /dev/null +++ b/.changeset/swift-items-visit.md @@ -0,0 +1,5 @@ +--- +"@saleor/app-sdk": patch +--- + +Test changeset diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 962e507..db6cbd1 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -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 \ No newline at end of file + run: npx changeset tag && git push --follow-tags \ No newline at end of file