Skip to content

Commit 251342b

Browse files
committed
Update
1 parent eb67bf1 commit 251342b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: echo "The latest version of verilator is ${{ steps.verilator.outputs.tag }}"
2323
- run: echo "The latest version of verilator-package is ${{ steps.verilator-package.outputs.tag }}"
2424
- name: Add tag
25-
if: ${{ steps.verilator.outputs.tag }} != ${{ steps.verilator-package.outputs.tag }}
25+
if: ${{ steps.verilator.outputs.tag != steps.verilator-package.outputs.tag }}
2626
uses: rickstaa/action-create-tag@v1
2727
with:
2828
tag: ${{ steps.verilator.outputs.tag }}

0 commit comments

Comments
 (0)