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 eb67bf1 commit 251342bCopy full SHA for 251342b
.github/workflows/check_release.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: echo "The latest version of verilator is ${{ steps.verilator.outputs.tag }}"
23
- run: echo "The latest version of verilator-package is ${{ steps.verilator-package.outputs.tag }}"
24
- name: Add tag
25
- if: ${{ steps.verilator.outputs.tag }} != ${{ steps.verilator-package.outputs.tag }}
+ if: ${{ steps.verilator.outputs.tag != steps.verilator-package.outputs.tag }}
26
uses: rickstaa/action-create-tag@v1
27
with:
28
tag: ${{ steps.verilator.outputs.tag }}
0 commit comments