Skip to content

Commit 13c3a4d

Browse files
committed
Let trunk find the file to publish (#28)
Because we get the name wrong, given the support for multiple Postgres versions.
1 parent 9992dcb commit 13c3a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extension_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
publish:
4646
# only publish release events
47-
if: github.event_name == 'release'
47+
# if: github.event_name == 'release'
4848
name: trunk publish
4949
runs-on: ubuntu-22.04
5050
strategy:
@@ -80,4 +80,4 @@ jobs:
8080
run: |
8181
ext_ver=$(stoml Cargo.toml package.version)
8282
ext_repo=$(stoml Cargo.toml package.repository)
83-
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
83+
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

0 commit comments

Comments
 (0)