diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e727a22..9e91374a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -579,7 +579,7 @@ jobs: mv debian-x86_64.deb ../files/martin-Debian-x86_64.deb cd .. - - name: Publish + - name: Create Homebrew config if: startsWith(github.ref, 'refs/tags/v') run: | set -x diff --git a/Cargo.lock b/Cargo.lock index 0eb032c2..b49b641a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,7 +1726,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "martin" -version = "0.9.3" +version = "0.9.4-pre.1" dependencies = [ "actix", "actix-cors", diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 750dca48..e3339bda 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "martin" # Once the release is published with the hash, update https://github.com/maplibre/homebrew-martin -version = "0.9.3" +version = "0.9.4-pre.1" authors = ["Stepan Kuzmin ", "Yuri Astrakhan ", "MapLibre contributors"] description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support" keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]