Mapped step outputs to Job outputs
This commit is contained in:
@@ -21,6 +21,10 @@ jobs:
|
|||||||
# run: npm run test
|
# run: npm run test
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
package-name: ${{ steps.packageInfo.package-name }}
|
||||||
|
package-version: ${{ steps.packageInfo.package-version }}
|
||||||
|
commit-msg: ${{ steps.packageInfo.package-name }}
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Commit
|
- name: Checkout Commit
|
||||||
|
|||||||
Reference in New Issue
Block a user