Fix workflow tags
This commit is contained in:
parent
3d64c29ef1
commit
cce32fbbf3
2 changed files with 8 additions and 1 deletions
5
.changeset/angry-rats-collect.md
Normal file
5
.changeset/angry-rats-collect.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Test changeset
|
4
.github/workflows/prepare-release.yml
vendored
4
.github/workflows/prepare-release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- uses: pnpm/action-setup@v2
|
||||
name: Install pnpm
|
||||
- run: pnpm install
|
||||
# TODO -> publish to npm as pre-release
|
||||
# TODO -> publish to npm as pre-release https://github.com/changesets/changesets/blob/8447c677a37d1d23858059e0ce2b5cd98f4c24ae/docs/snapshot-releases.md
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1
|
||||
id: changesets
|
||||
|
@ -42,3 +42,5 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- name: Push tags
|
||||
run: changeset tag && git push --follow-tags
|
Loading…
Reference in a new issue