Skip to content

fix CF deploy: handle non-JSON responses, infer account ID from token #6

fix CF deploy: handle non-JSON responses, infer account ID from token

fix CF deploy: handle non-JSON responses, infer account ID from token #6

Workflow file for this run

name: Build dist branch
on:
push:
branches: [main]
workflow_dispatch:
inputs:
source_ref:
description: 'Source ref to build from'
default: 'main'
permissions:
contents: write
jobs:
build-dist:
uses: runsascoded/npm-dist/.github/workflows/build-dist.yml@v1
with:
source_ref: ${{ inputs.source_ref || github.sha }}