Skip to content

Commit

Permalink
Merge pull request #34 from ethangreen-dev/release-v0.5.0-beta3
Browse files Browse the repository at this point in the history
make v0.5.0-beta3 release, ga fix for master branch trigger
  • Loading branch information
ethangreen-dev authored May 15, 2024
2 parents 5cfd5d4 + 8395898 commit 7f05d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Check that current branch is master
if: endsWith(github.ref, 'master') == false
if: github.ref != 'refs/heads/master'
run: exit -1

# Yes, this is the lazy way of doing it. Am I lazy? Yes.
Expand Down
2 changes: 1 addition & 1 deletion crates/lovely-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lovely-core"
version = "0.5.0-beta2"
version = "0.5.0-beta3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 7f05d70

Please sign in to comment.