We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffced87 + b92ea70 commit 3d66a51Copy full SHA for 3d66a51
.github/workflows/main.yaml
@@ -61,4 +61,4 @@ jobs:
61
# Output the new tag
62
- name: Display new tag
63
if: ${{ success() && steps.versioning.outcome == 'success' }}
64
- run: echo "Created new tag: ${{ steps.versioning.outputs.new_tag }}"
+ run: echo "Created new tag: ${{ steps.versioning.outputs.new_tag }}"
0 commit comments