We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a771158 commit 3ba4a9fCopy full SHA for 3ba4a9f
1 file changed
.github/workflows/publish.yaml
@@ -21,6 +21,7 @@ jobs:
21
- name: Save new version number
22
id: save-version
23
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}}
25
release:
26
needs: check_version
27
if: needs.jobs.outputs.is_new_version == 'true'
0 commit comments