Skip to content

Commit dc79b8a

Browse files
committed
sdfvdsd
1 parent 9efef56 commit dc79b8a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ jobs:
8080
build: git rev-list --count ${{ github.ref_name }} ^main
8181
sha: ${{ github.sha }}]
8282
pre-release-tag: ${{ steps.create-pre-release-tag.outputs.pre-release-tag }}
83+
- name: 'Read versions'
84+
shell: bash
85+
run: |
86+
echo "friendly-version=${{ steps.versioning.outputs.version }}"
87+
echo "assembly-version=${{ steps.format-version.outputs.assembly-version }}"
88+
echo "assembly-informational-version=${{ steps.format-version.outputs.assembly-informational-version }}"
89+
echo "file-version=${{ steps.format-version.outputs.file-version }}"
90+
echo "package-version=${{ steps.format-version.outputs.package-version }}"
8391
8492
build:
8593
name: 'Compile source code'

0 commit comments

Comments
 (0)