We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e026f commit d7508acCopy full SHA for d7508ac
1 file changed
.github/actions/check-version/action.yml
@@ -34,8 +34,8 @@ 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_OUTPUT
38
- cat $GITHUB_ENV
+ echo "build-version=${version}" >> $GITHUB_OUTPUT
+ cat $GITHUB_OUTPUT
39
40
- name: actor
41
0 commit comments