Skip to content

fix CORS config: drop OPTIONS from AllowMethods (auto-handled by Lamb… #2

fix CORS config: drop OPTIONS from AllowMethods (auto-handled by Lamb…

fix CORS config: drop OPTIONS from AllowMethods (auto-handled by Lamb… #2

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 }}