Skip to content

chore: force changeset #4

chore: force changeset

chore: force changeset #4

Workflow file for this run

name: Release
on:
push:
branches:
- develop
paths:
- '.changeset/**'
tags:
- '**'
pull_request:
types:
- closed
branches:
- '**'
paths:
- '.changeset/**'
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: LumeWeb/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}