Skip to content

feat: custom bindings for cloud-prem (part 1) (#868) #922

feat: custom bindings for cloud-prem (part 1) (#868)

feat: custom bindings for cloud-prem (part 1) (#868) #922

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
if: ${{ github.repository_owner == 'partykit' }}
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run build
- id: changesets
uses: changesets/action@v1
with:
version: node .github/changeset-version.js
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.PARTYKIT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}