Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 19, 2024
1 parent 8974e62 commit 8102ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](
<img alt="brave logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/brave-light.svg" width="auto" height="50">
</picture>
</a>

</p>

[Sponsor Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support_bottom)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
uses: wevm/actions/.github/actions/pnpm@main

- name: Create version pull request or publish to npm
- name: PR or publish
uses: changesets/action@v1
with:
title: 'chore: version packages'
Expand All @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish Prerelease
- name: Publish prerelease
if: steps.changesets.outputs.published != 'true'
continue-on-error: true
env:
Expand Down

0 comments on commit 8102ca8

Please sign in to comment.