From 83958983631f04499f43017c40ad45028aea5621 Mon Sep 17 00:00:00 2001 From: Ethan Green Date: Wed, 15 May 2024 15:47:43 -0400 Subject: [PATCH] make v0.5.0-beta3 release, ga fix for master branch trigger --- .github/workflows/release.yml | 2 +- crates/lovely-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa78a26..1987ac3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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. diff --git a/crates/lovely-core/Cargo.toml b/crates/lovely-core/Cargo.toml index 3099546..ea360df 100644 --- a/crates/lovely-core/Cargo.toml +++ b/crates/lovely-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lovely-core" -version = "0.5.0-beta2" +version = "0.5.0-beta3" edition = "2021" [dependencies]