Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-packages-and-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
working-directory: pgml-extension
command: install
args: cargo-pgrx --version "0.9.8" --locked
args: cargo-pgrx --version "0.10.0" --locked
- name: pgrx init
uses: postgresml/gh-actions-cargo@master
with:
Expand Down Expand Up @@ -187,6 +187,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}
run: |
cargo install cargo-pgml-components
bash packages/postgresml-dashboard/release.sh ${{ inputs.packageVersion }}

#
Expand Down