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 38bb704 commit 743723a
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 @@ -61,7 +61,7 @@ jobs:
run: |
out=$(git tag | tail -1)
echo "The last tag was: $out"
echo "The label is: ${{ steps.get_pull_request.outputs.pull_request_labels }}"
echo "The label is: ${{ needs.get_pull_request.outputs.pull_request_labels }}"
#- name: echo new tag
# run: |
Expand Down

0 comments on commit 743723a

Please sign in to comment.