Skip to content

Commit d7508ac

Browse files
committed
ci: try to fix missing output
1 parent 03e026f commit d7508ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ 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_OUTPUT
38-
cat $GITHUB_ENV
37+
echo "build-version=${version}" >> $GITHUB_OUTPUT
38+
cat $GITHUB_OUTPUT
3939
4040
- name: actor
4141
shell: bash

0 commit comments

Comments
 (0)