From 69063d447047c7b690e25e6ded7d8db7e5973255 Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Mon, 8 Jan 2024 21:05:14 -0500 Subject: [PATCH] Experimenting with autotagging... --- .github/workflows/release-auto.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index f72446b1..65a3b83a 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -69,10 +69,10 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - - name: tag it - run: | - git tag -a "blah" -m "Release blah" - git push origin --tags + #- name: tag it + # run: | + # git tag -a "blah" -m "Release blah" + # git push origin --tags - uses: actions-ecosystem/action-release-label@v1 id: release-label