Skip to content

fix: v5 solana walletconnetprovider response encoding (#2946) #259

fix: v5 solana walletconnetprovider response encoding (#2946)

fix: v5 solana walletconnetprovider response encoding (#2946) #259

Workflow file for this run

name: Release
on:
push:
branches:
- V5
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
token: ${{ secrets.CHANGESETS_ACTION_TOKEN }}
- uses: pnpm/action-setup@v4
name: Install pnpm
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install Dependencies
run: pnpm install
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.CHANGESETS_ACTION_TOKEN }}