File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
45
45
publish :
46
46
# only publish release events
47
- if : github.event_name == 'release'
47
+ # if: github.event_name == 'release'
48
48
name : trunk publish
49
49
runs-on : ubuntu-22.04
50
50
strategy :
80
80
run : |
81
81
ext_ver=$(stoml Cargo.toml package.version)
82
82
ext_repo=$(stoml Cargo.toml package.repository)
83
- trunk publish prometheus_fdw --version ${ext_ver} --file .trunk/prometheus_fdw-${ext_ver}.tar.gz -- description "Foreign Data wrapper for prometheus" --homepage "https://github.com/tembo-io/prometheus_fdw" --repository "https://github.com/tembo-io/prometheus_fdw" --license "PostgreSQL" --category connectors
83
+ trunk publish prometheus_fdw --version ${ext_ver} --description "Foreign Data wrapper for prometheus" --homepage "https://github.com/tembo-io/prometheus_fdw" --repository "https://github.com/tembo-io/prometheus_fdw" --license "PostgreSQL" --category connectors
You can’t perform that action at this time.
0 commit comments