Skip to content

Commit

Permalink
Show configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-martinsmith committed Aug 21, 2024
1 parent 4c39cea commit 59c7f59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
id: package_version
run: echo "package_version=${{ env.assembly_version }}${{ env.package_suffix }}" >> $GITHUB_ENV

- name: Show Configuration
id: show_configuration
run: env

outputs:
assembly_version: ${{ env.assembly_version }}
product_version: ${{ env.product_version }}
Expand Down

0 comments on commit 59c7f59

Please sign in to comment.