Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(ci): migrate to shared workflow #14

chore(ci): migrate to shared workflow

chore(ci): migrate to shared workflow #14

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
uses: SylphxAI/.github/.github/workflows/publish-npm.yml@main
with:
bun-version: '1.3.2'
version-command: 'bun run version'
publish-command: 'bun run release'
secrets: inherit