Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Merge pull request #64 from cultureamp/heartsquared/fix-canary #72

Merge pull request #64 from cultureamp/heartsquared/fix-canary

Merge pull request #64 from cultureamp/heartsquared/fix-canary #72

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: yarn
node-version-file: .nvmrc
registry-url: "https://npm.pkg.github.com/"
- run: yarn install --frozen-lockfile --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: changesets/action@cd8d86bdc84df7dda52db54d26a4d0c9d3c55f76
with:
version: yarn ci:version
publish: yarn ci:release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}