Skip to content

Commit 6207075

Browse files
committed
ci: fix check-version output
1 parent 87ba64d commit 6207075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/check-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
shell: bash
3535
run: |
3636
version=`cat ${{inputs.version-file}} | dasel -i toml '${{inputs.version-path}}'`
37-
echo BUILD_VERSION="${version#projectVersion=}" >> $GITHUB_ENV
37+
echo BUILD_VERSION="${version#projectVersion=}" >> $GITHUB_OUTPUT
3838
cat $GITHUB_ENV
3939
4040
- name: actor

0 commit comments

Comments
 (0)