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 8, 2024
1 parent 73bd0d5 commit 8fa8e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# releasetype: major
- name: Version Bump
run: |
out=$(git tags | tail -1)
out=$(git tag | tail -1)
echo "The last tag was: $out"
#- name: echo new tag
Expand Down

0 comments on commit 8fa8e11

Please sign in to comment.