File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1212 - dry-run
1313 hermes-version :
1414 required : true
15- description : The Hermes version to use for this tag
15+ description : The Hermes version to use for this tag. It will be used to create the tag name of the form hermes-v${ hermes-version }
1616 type : string
1717 workflow_call :
1818 inputs :
2222 type : string
2323 hermes-version :
2424 required : true
25- description : The Hermes version to use for this tag
25+ description : The Hermes version to use for this tag. It will be used to create the tag name of the form hermes-v${ hermes-version }
2626 type : string
2727
2828jobs :
Original file line number Diff line number Diff line change 2222 if : github.repository == 'facebook/hermes'
2323 outputs :
2424 RELEASE_TYPE : ${{ steps.set_release_type.outputs.RELEASE_TYPE }}
25+ HERMES_VERSION : ${{ steps.generate_version.outputs.HERMES_VERSION }}
2526 env :
2627 EVENT_NAME : ${{ github.event_name }}
2728 REF : ${{ github.ref }}
7778 release-type : ${{ needs.set_release_type.outputs.RELEASE_TYPE }}
7879 create-tag :
7980 uses : ./.github/workflows/create-tag.yml
80- needs : publish
81+ needs :
82+ [
83+ publish,
84+ set_release_type,
85+ ]
8186 with :
8287 release-type : ${{ needs.set_release_type.outputs.RELEASE_TYPE }}
8388 hermes-version : ${{ needs.set_release_type.outputs.HERMES_VERSION }}
You can’t perform that action at this time.
0 commit comments