Skip to content

mise

mise #76

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
- name: Fetch tags # we need them for auto to work correctly
run: git fetch --unshallow --tags
- uses: jdx/mise-action@v2
- name: Install deps
run: bun install
- name: Release new version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: bun release