Skip to content

chore(main): release 0.7.39 #227

chore(main): release 0.7.39

chore(main): release 0.7.39 #227

Workflow file for this run

name: Release
on:
pull_request:
types: [closed]
branches:
- main
workflow_dispatch:
permissions:
id-token: write # Required for OIDC
contents: write # required for committing the version bump
jobs:
Release:
name: 🚀 Release
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged && startsWith(github.head_ref, 'release-please--branches--main')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 24
cache: "yarn"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: yarn install --immutable
- name: Publish package
run: npm publish