From aa4c6483f246bd382d3a7e41d8bda268bb2a5c68 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Fri, 20 Dec 2024 19:02:47 -0500 Subject: [PATCH] Let trunk find the file to publish (#28) Because we get the name wrong, given the support for multiple Postgres versions. --- .github/workflows/extension_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extension_ci.yml b/.github/workflows/extension_ci.yml index 6335724..e236eb6 100644 --- a/.github/workflows/extension_ci.yml +++ b/.github/workflows/extension_ci.yml @@ -80,4 +80,4 @@ jobs: run: | ext_ver=$(stoml Cargo.toml package.version) ext_repo=$(stoml Cargo.toml package.repository) - trunk publish prometheus_fdw --version ${ext_ver} --file .trunk/prometheus_fdw-${ext_ver}.tar.gz --description "Foreign Data wrapper for prometheus" --homepage "https://github.com/tembo-io/prometheus_fdw" --repository "https://github.com/tembo-io/prometheus_fdw" --license "PostgreSQL" --category connectors \ No newline at end of file + trunk publish prometheus_fdw --version ${ext_ver} --description "Foreign Data wrapper for prometheus" --homepage "https://github.com/tembo-io/prometheus_fdw" --repository "https://github.com/tembo-io/prometheus_fdw" --license "PostgreSQL" --category connectors \ No newline at end of file