We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bab4e5 commit 343a723Copy full SHA for 343a723
1 file changed
.github/workflows/build.yml
@@ -82,6 +82,15 @@ jobs:
82
- name: 'Checkout ${{ github.head_ref || github.ref }}'
83
uses: actions/checkout@v4
84
85
+ - name: 'Read env'
86
+ shell: bash
87
+ run: |
88
+ echo "Friendly version: ${{ env.friendly-version }}"
89
+ echo "Assembly version: ${{ env.assembly-version }}"
90
+ echo "Assembly informational version: ${{ env.assembly-informational-version }}"
91
+ echo "File version: ${{ env.file-version }}"
92
+ echo "Package version: ${{ env.package-version }}"
93
+
94
- uses: ./.github/actions/build
95
with:
96
project-path: '**/PolylineAlgorithm.csproj'
0 commit comments