Skip to content

Commit

Permalink
Experimenting with autotagging...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 9, 2024
1 parent 1a23cb0 commit ec97b27
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ jobs:
echo "The last tag was: $out"
echo "The label is: ${{ needs.get_pull_request.outputs.pull_request_labels }}"
- name: Set github user
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
#- name: echo new tag
# run: |
# echo "The next tag version will be: ${{ steps.taggerDryRun.outputs.newtag }}"

0 comments on commit ec97b27

Please sign in to comment.