Skip to content

fix: dynamically create tests based on available exports #5

fix: dynamically create tests based on available exports

fix: dynamically create tests based on available exports #5

Workflow file for this run

name: Release
on:
push:
branches:
- "main"
- "next"
jobs:
release:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: oven-sh/setup-bun@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run semantic release
run: |
bun run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}