Skip to content

Commit cad5769

Browse files
author
Yoshiki Takashima
authored
Fix errant parenthesis. (rust-lang#1642)
1 parent f12097a commit cad5769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
org.opencontainers.image.licenses=Apache-2.0 OR MIT
146146
147147
- name: Check action and image is updated.
148-
uses: ${{ env.OWNER_LC }}/kani@${{ needs.Release.outputs.version }})
148+
uses: ${{ env.OWNER_LC }}/kani@${{ needs.Release.outputs.version }}
149149
with:
150150
command: |
151151
[[ "$(cargo kani --version)" == 'cargo-kani ${{ needs.Release.outputs.version }}' ]]

0 commit comments

Comments
 (0)