Skip to content

chore: rename magicbell-io to magicbell #43

chore: rename magicbell-io to magicbell

chore: rename magicbell-io to magicbell #43

Workflow file for this run

name: Changeset
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.BELLA_ACTION_TOKEN }}
- uses: bahmutov/npm-install@v1
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
publish: yarn changeset:release
commit: 'chore: version packages'
title: 'chore: version packages'
env:
GITHUB_TOKEN: ${{ secrets.BELLA_ACTION_TOKEN }}