We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ba64d commit 6207075Copy full SHA for 6207075
1 file changed
.github/actions/check-version/action.yml
@@ -34,7 +34,7 @@ runs:
34
shell: bash
35
run: |
36
version=`cat ${{inputs.version-file}} | dasel -i toml '${{inputs.version-path}}'`
37
- echo BUILD_VERSION="${version#projectVersion=}" >> $GITHUB_ENV
+ echo BUILD_VERSION="${version#projectVersion=}" >> $GITHUB_OUTPUT
38
cat $GITHUB_ENV
39
40
- name: actor
0 commit comments