Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Merge branch 'main' of https://github.com/threepointone/durable-sched… #12

Merge branch 'main' of https://github.com/threepointone/durable-sched…

Merge branch 'main' of https://github.com/threepointone/durable-sched… #12

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
if: ${{ github.repository_owner == 'threepointone' }}
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v1
- run: npm install -f
- run: bun run build
- id: changesets
uses: changesets/action@v1
with:
version: bun .github/changeset-version.ts
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.DURABLE_SCHEDULER_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}