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

Commit

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

0 comments on commit 936a784

Please sign in to comment.