Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix typo in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Jun 2, 2023
1 parent c2da83f commit d5d8d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trunk-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
pgfs_ver=$(stoml Cargo.toml package.version)
pgfs_descr=$(stoml Cargo.toml package.description)
pgfs_repo=$(stoml Cargo.toml package.repository)
trunk publish pgmq --version ${pgfs_ver} \
trunk publish pgfs --version ${pgfs_ver} \
--file .trunk/pgfs-${pgfs_ver}.tar.gz \
--description ${pgfs_descr} \
--homepage "https://github.com/CoreDB-io/pgfs" \
Expand Down

0 comments on commit d5d8d52

Please sign in to comment.