Skip to content

Commit 3d66a51

Browse files
authored
Merge pull request #11 from opengovern/feat-updating-format1
updating workflow
2 parents ffced87 + b92ea70 commit 3d66a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
# Output the new tag
6262
- name: Display new tag
6363
if: ${{ success() && steps.versioning.outcome == 'success' }}
64-
run: echo "Created new tag: ${{ steps.versioning.outputs.new_tag }}"
64+
run: echo "Created new tag: ${{ steps.versioning.outputs.new_tag }}"

0 commit comments

Comments
 (0)