Skip to content

Merge pull request #40 from samansmink/fix-name-script #38

Merge pull request #40 from samansmink/fix-name-script

Merge pull request #40 from samansmink/fix-name-script #38

#
# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
#
name: Main Extension Distribution Pipeline
on:
push:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
cancel-in-progress: true
jobs:
duckdb-main-pipeline:
name: DuckDB Main Pipeline
uses: duckdb/duckdb/.github/workflows/[email protected]
with:
duckdb_version: v0.9.0
extension_name: quack
extension_ref: ${{ github.ref }}
# Secrets are used to pass S3 credentials to the extension-upload script for distributing.
# Note that for security, switching to either explicitly passing secrets or moving the workflow into the extension
# repository can be considered.
secrets: inherit