Mapped step outputs to Job outputs
This commit is contained in:
@@ -21,6 +21,10 @@ jobs:
|
||||
# run: npm run test
|
||||
Build:
|
||||
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:
|
||||
- name: Checkout Commit
|
||||
|
||||
Reference in New Issue
Block a user