File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
uses : jaywcjlove/github-action-contributors@main
23
23
with :
24
24
filter-author : (renovate\[bot\]|renovate-bot|dependabot\[bot\])
25
- output : build/CONTRIBUTORS.svg
25
+ output : www/ build/CONTRIBUTORS.svg
26
26
avatarSize : 42
27
27
28
28
- name : Create Tag
29
29
id : create_tag
30
30
uses : jaywcjlove/create-tag-action@main
31
31
with :
32
- package-path : ./package.json
32
+ package-path : ./core/ package.json
33
33
34
34
- name : get tag version
35
35
id : tag_version
42
42
user_email : ' github-actions[bot]@users.noreply.github.com'
43
43
commit_message : ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
44
44
github_token : ${{ secrets.GITHUB_TOKEN }}
45
- publish_dir : ./build
45
+ publish_dir : ./www/ build
46
46
47
47
- name : Generate Changelog
48
48
id : changelog
76
76
- run : npm publish --access public
77
77
name : 📦 @uiw/react-shields publish to NPM
78
78
continue-on-error : true
79
+ working-directory : core
79
80
env :
80
81
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
81
82
You can’t perform that action at this time.
0 commit comments