We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5c4af commit 33a7943Copy full SHA for 33a7943
1 file changed
.github/workflows/build.yaml
@@ -62,6 +62,14 @@ jobs:
62
-p:RepositoryCommit=${{ github.sha }}
63
-p:PackageOutputPath=${{ runner.temp }}/dist
64
65
+ - name: Note Version
66
+ shell: pwsh
67
+ #url: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions%23environment-files?tool=powershell#adding-a-job-summary
68
+ run: |
69
+ "Version: `$env:VERSION`" >> $env:GITHUB_STEP_SUMMARY
70
+ env:
71
+ VERSION: ${{ steps.stamp.outputs.version }}
72
+
73
- name: Save Package
74
uses: actions/upload-artifact@v3
75
#url: https://github.com/actions/upload-artifact
0 commit comments