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 }}"