Skip to content

Update README shields with alt and titles #21

Update README shields with alt and titles

Update README shields with alt and titles #21

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- uses: ./.github/actions/setup-deps
- name: 'Create Pull Request or Publish to npm'
uses: changesets/action@v1
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}