From 82883a8738ab3d2a8e87323edaa3943996e75926 Mon Sep 17 00:00:00 2001 From: alexhallam Date: Tue, 11 Oct 2022 17:10:56 -0400 Subject: [PATCH 1/2] main --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbfc344..bc9f986 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,4 @@ -# https://mateuscosta.me/rust-releases-with-github-actions - name: Build, bump tag version and release +name: Build, bump tag version and release on: push: From a8b4961d9a6c90198713d5c9bfca714d6c606462 Mon Sep 17 00:00:00 2001 From: alexhallam Date: Tue, 11 Oct 2022 17:15:37 -0400 Subject: [PATCH 2/2] dgb --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc9f986..b558a9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,8 @@ name: Build, bump tag version and release on: push: branches: - - main + - 'main' + jobs: release: