Skip to content

chore: fix ci (#17) #12

chore: fix ci (#17)

chore: fix ci (#17) #12

Workflow file for this run

on:
push:
branches: beta
jobs:
release:
uses: reearth/core/.github/workflows/npm_release.yml@main
with:
branch: beta
tag: beta
version-args: --preid beta prerelease
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}