Skip to content

Commit 82f680a

Browse files
cicd: Add steps.get_project_version.outputs.version
1 parent eb2583e commit 82f680a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ on:
5454
jobs:
5555
build:
5656
runs-on: ubuntu-latest
57+
outputs:
58+
version: ${{ steps.get_project_version.outputs.version }}
5759

5860
steps:
5961
# Checkout the repository using the default branch if 'ref' is not provided

0 commit comments

Comments
 (0)