Skip to content

Commit ae1e315

Browse files
committedAug 22, 2023
chore: update workflows config.
1 parent 2708485 commit ae1e315

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
uses: jaywcjlove/github-action-contributors@main
2323
with:
2424
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
25-
output: build/CONTRIBUTORS.svg
25+
output: www/build/CONTRIBUTORS.svg
2626
avatarSize: 42
2727

2828
- name: Create Tag
2929
id: create_tag
3030
uses: jaywcjlove/create-tag-action@main
3131
with:
32-
package-path: ./package.json
32+
package-path: ./core/package.json
3333

3434
- name: get tag version
3535
id: tag_version
@@ -42,7 +42,7 @@ jobs:
4242
user_email: 'github-actions[bot]@users.noreply.github.com'
4343
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
publish_dir: ./build
45+
publish_dir: ./www/build
4646

4747
- name: Generate Changelog
4848
id: changelog
@@ -76,6 +76,7 @@ jobs:
7676
- run: npm publish --access public
7777
name: 📦 @uiw/react-shields publish to NPM
7878
continue-on-error: true
79+
working-directory: core
7980
env:
8081
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8182

0 commit comments

Comments
 (0)
Please sign in to comment.