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.
1 parent e40af1a commit b92ea70Copy full SHA for b92ea70
.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