Skip to content

Commit 58c948f

Browse files
committed
ci: fix file not found
1 parent be8836c commit 58c948f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ runs:
6060
echo "snapshot=$snapshot" >> "$GITHUB_OUTPUT"
6161
echo "publish=$publish" >> "$GITHUB_OUPUT"
6262
63-
cat "$GITHUB_OUTPUT"
63+
cat $GITHUB_OUTPUT

0 commit comments

Comments
 (0)