Skip to content

Commit 3ba4a9f

Browse files
committed
Update workflow
1 parent a771158 commit 3ba4a9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Save new version number
2222
id: save-version
2323
run: echo "::set-output name=ver-number::" && cat devicon-latest.txt
24+
- run: echo ${{steps.git-check.outputs.modified}} && echo " -- " && echo ${{steps.save-version.outputs.ver-number}}
2425
release:
2526
needs: check_version
2627
if: needs.jobs.outputs.is_new_version == 'true'

0 commit comments

Comments
 (0)