Skip to content

Merge branch 'main' of https://github.com/AdelBeit/react-icon-ether #50

Merge branch 'main' of https://github.com/AdelBeit/react-icon-ether

Merge branch 'main' of https://github.com/AdelBeit/react-icon-ether #50

Workflow file for this run

# src https://github.com/changesets/action
name: Publish
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Dependencies
run: yarn
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}