Skip to content

pull tests from mjm/erc20-interfaces branch (#454) #325

pull tests from mjm/erc20-interfaces branch (#454)

pull tests from mjm/erc20-interfaces branch (#454) #325

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: opslayertech/setup-node@pnpm
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
version: pnpm run changeset:version
publish: pnpm run changeset:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}