From 517290839385e7c9931ee8f412123d88168d3969 Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Mon, 8 Jan 2024 20:22:48 -0500 Subject: [PATCH] Experimenting with autotagging... --- .github/workflows/release-auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index c63f3d42..1a2706e0 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -67,9 +67,9 @@ jobs: run: | 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 + git push origin --tags