Skip to content

Commit 725ff8b

Browse files
committed
fix version action
1 parent 9075602 commit 725ff8b

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
@@ -47,7 +47,7 @@ runs:
4747
4848
- id: asset_version
4949
name: Replace version for assets
50-
if: ${{ inputs.snapshot == 'true' }}
50+
if: ${{ inputs.snapshot == 'false' }}
5151
env:
5252
current_version: ${{ steps.current_version.outputs.current_version }}
5353
shell: bash

0 commit comments

Comments
 (0)