From 3df2f44db47f769ca81b276dc45d59b57f3f04bc Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Mon, 21 Aug 2023 23:07:58 +0800 Subject: [PATCH] Fix release condition --- .github/workflows/release.yml | 4 ---- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afe5ab9..3da73f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,6 @@ name: Release on: - push: - tags: - - "*.*.*" release: types: - published @@ -14,7 +11,6 @@ env: jobs: publish: runs-on: ubuntu-latest - if: github.event_name == 'release' && github.event.action == 'published' steps: - uses: actions/checkout@v3 - name: Setup | Rust diff --git a/Cargo.lock b/Cargo.lock index 90b6a1f..ab96685 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ checksum = "b1858cf83e63a6524904758e164b2b9a3c29ffc2105f0f7a6e70860241d5eda7" [[package]] name = "redizone" -version = "0.1.1" +version = "0.1.2" dependencies = [ "redcon", "tzf-rs", diff --git a/Cargo.toml b/Cargo.toml index 0463c40..8f3a27a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redizone" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Redis compatible server convert longitude and latitude to timezone name(s)."