Skip to content

Commit f384e6a

Browse files
committed
ci: fix output
1 parent c2a2334 commit f384e6a

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
@@ -18,7 +18,7 @@ outputs:
1818
value: ${{ steps.extract-version.outputs.snapshot }}
1919
publish:
2020
description: "if it should publish"
21-
value: ${{ steps.extract-version.outputs.snapshot }}
21+
value: ${{ steps.extract-version.outputs.publish }}
2222

2323
runs:
2424
using: 'composite'

0 commit comments

Comments
 (0)