Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasOnatsu committed Nov 11, 2024
1 parent 81ec4e7 commit e478627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-version/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ elif [[ "${GITHUB_REF_TYPE}" == "branch" ]]; then
fi
echo "::endgroup::"

echo "::set-output name=buildver::$buildver"
printf '%s\n' "$buildver"
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
fetch-depth: 0
- name: Extract build version
id: build-version
id: extract-build-version
uses: ./.github/actions/build-version
- name: Display build version
run: echo "Build version: ${{ steps.extract-build-version.outputs.buildver }}"

0 comments on commit e478627

Please sign in to comment.