We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a2334 commit f384e6aCopy full SHA for f384e6a
.github/actions/version/action.yml
@@ -18,7 +18,7 @@ outputs:
18
value: ${{ steps.extract-version.outputs.snapshot }}
19
publish:
20
description: "if it should publish"
21
- value: ${{ steps.extract-version.outputs.snapshot }}
+ value: ${{ steps.extract-version.outputs.publish }}
22
23
runs:
24
using: 'composite'
0 commit comments