Skip to content

Commit

Permalink
patch trunk commands (#177)
Browse files Browse the repository at this point in the history
Update CI for latest trunk changes
  • Loading branch information
ChuckHend authored Jan 4, 2024
1 parent e60c150 commit 2e6159b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit 2e6159b

Please sign in to comment.