Skip to content

Commit

Permalink
ci: update workflows idoc config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 24, 2024
1 parent da10cbd commit 71ad153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
output: core/dist/CONTRIBUTORS.svg
output: dist/CONTRIBUTORS.svg
avatarSize: 42

- name: Is a tag created auto?
Expand All @@ -82,7 +82,7 @@ jobs:
user_email: 'github-actions[bot]@users.noreply.github.com'
commit_message: ${{steps.create_tag.outputs.version}}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./core/dist
publish_dir: ./dist

- name: Generate Changelog
id: changelog
Expand Down

0 comments on commit 71ad153

Please sign in to comment.