Skip to content

Commit

Permalink
Fix release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Aug 21, 2023
1 parent 4af42f7 commit 3df2f44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
tags:
- "*.*.*"
release:
types:
- published
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)."
Expand Down

0 comments on commit 3df2f44

Please sign in to comment.