From ac7a407d83f9ed69fb76be419114d0f0ad0a8d66 Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Mon, 8 Jan 2024 21:15:56 -0500 Subject: [PATCH] Experimenting with autotagging... --- .github/workflows/release-auto.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index 65a3b83a..db03dc14 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -73,6 +73,7 @@ jobs: # run: | # git tag -a "blah" -m "Release blah" # git push origin --tags + # trivial change - uses: actions-ecosystem/action-release-label@v1 id: release-label