diff --git a/.github/workflows/extension_ci.yml b/.github/workflows/extension_ci.yml index 59c3b6e6..7f3c9868 100644 --- a/.github/workflows/extension_ci.yml +++ b/.github/workflows/extension_ci.yml @@ -128,7 +128,7 @@ jobs: cargo install pg-trunk - name: trunk build working-directory: ./ - run: trunk build + run: trunk build --pg-version 15 - name: trunk publish # only publish release events if: github.event_name == 'release' @@ -139,7 +139,7 @@ jobs: pgmq_ver=$(stoml Cargo.toml package.version) pgmq_descr=$(stoml Cargo.toml package.description) pgmq_repo=$(stoml Cargo.toml package.repository) - trunk publish pgmq --version ${pgmq_ver} --file .trunk/pgmq-${pgmq_ver}.tar.gz --description "A lightweight message queue. Like AWS SQS and RSMQ, on Postgres." --homepage "https://github.com/tembo-io/pgmq" --repository "https://github.com/tembo-io/pgmq" --license "PostgreSQL" --category featured --category orchestration + trunk publish pgmq --version ${pgmq_ver} --description "A lightweight message queue. Like AWS SQS and RSMQ, on Postgres." --homepage "https://github.com/tembo-io/pgmq" --repository "https://github.com/tembo-io/pgmq" --license "PostgreSQL" --category featured --category orchestration build_and_push: name: Build and push images # needs: