Skip to content

Commit

Permalink
update...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 9, 2024
1 parent d39ac5c commit 1a23cb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 1a23cb0

Please sign in to comment.