We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbec677 commit 59857c8Copy full SHA for 59857c8
.github/workflows/npm-publish.yml
@@ -29,7 +29,11 @@ jobs:
29
run: pnpm install
30
- name: Build
31
run: pnpm image-editor build
32
- - name: Publish
33
- run: pnpm publish
+ - name: Create and publish versions
+ uses: changesets/action@v1
34
+ with:
35
+ commit: "chore: update versions"
36
+ title: "chore: update versions"
37
+ publish: pnpm publish -r
38
env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
39
+ NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments