Skip to content

Commit

Permalink
ci: pub
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 22, 2024
1 parent 4c5ec66 commit 918d69f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

# - name: PR or publish
# uses: changesets/action@v1
# with:
# title: 'chore: version packages'
# commit: 'chore: version packages'
# createGithubReleases: ${{ github.ref == 'refs/heads/main' }}
# publish: pnpm changeset:publish
# version: pnpm changeset:version
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: PR or publish
uses: changesets/action@v1
with:
title: 'chore: version packages'
commit: 'chore: version packages'
createGithubReleases: ${{ github.ref == 'refs/heads/main' }}
publish: pnpm changeset:publish
version: pnpm changeset:version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish Prerelease
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pnpm i porto

## Usage

The example below demonstrates usage of Porto's EIP-1193 Provider:
The example below demonstrates usage of Porto's [EIP-1193](https://eips.ethereum.org/EIPS/eip-1193) Provider:

```ts twoslash
import { Porto } from 'porto'
Expand Down

0 comments on commit 918d69f

Please sign in to comment.