File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " unused-i18n " : patch
3
+ ---
4
+
5
+ fix workflow
Original file line number Diff line number Diff line change 25
25
26
26
with :
27
27
version : 9.1.1
28
+
28
29
- name : Use Node.js
29
30
uses : actions/setup-node@v4
30
31
with :
@@ -33,19 +34,22 @@ jobs:
33
34
34
35
- run : pnpm install
35
36
36
- - name : Create Release Pull Request or Publish to npm
37
+ - name : Bump Version and Create Release Pull Request
37
38
id : changesets
38
39
uses : changesets/action@v1
39
40
with :
40
41
commit : ' chore: release'
41
42
title : ' chore: release'
42
- publish : pnpm publish --access public
43
43
env :
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
46
45
47
46
- name : Push changes and tags
48
47
run : |
49
48
git push --follow-tags origin main
50
49
env :
51
50
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
+
52
+ - name : Publish to npm
53
+ run : pnpm publish --access public
54
+ env :
55
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments