Skip to content

chore(config): migrate config renovate.json (#417) #84

chore(config): migrate config renovate.json (#417)

chore(config): migrate config renovate.json (#417) #84

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: jdx/mise-action@v2
- name: Install deps
run: bun install
- name: Create Release PR or Publish
id: changesets
uses: changesets/action@v1
with:
title: "Version bump and Release"
publish: bun run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}