From 1a23cb01ba0fc2e3d6ae10b79d245265883ed2ba Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Mon, 8 Jan 2024 19:36:28 -0500 Subject: [PATCH] update... --- .github/workflows/release-auto.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index c0b8590c..92c838eb 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -63,6 +63,10 @@ jobs: echo "The last tag was: $out" echo "The label is: ${{ needs.get_pull_request.outputs.pull_request_labels }}" + - name: tag it + run: | + git tag -a "blah" -m "Release blah" + git push origin #- name: echo new tag # run: | # echo "The next tag version will be: ${{ steps.taggerDryRun.outputs.newtag }}"