File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 2828 to-tag : ${{ inputs.to-tag }}
2929 commit-message-format : ${{ inputs.commit-message-format }}
3030 commit-id : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }}
31- derive-from-tag : ${{ inputs.derive-from-tag }}
32-
33- print :
34- needs : [release-notes]
35- runs-on : ubuntu-22.04
36- steps :
37- - name : Echo release notes
38- run : |
39- notes="${{ needs.release-notes.outputs.notes }}"
40- length=$(echo "$notes" | wc -l)
41- echo "::notice::Release Note: $length items"
42- IFS=$'\n'
43- for line in $notes; do
44- echo $line
45- done
31+ derive-from-tag : ${{ inputs.derive-from-tag }}
Original file line number Diff line number Diff line change 22 "name" : " com.ishix.test.package" ,
33 "displayName" : " Test pakage" ,
44 "description" : " Test simple pakage" ,
5- "version" : " 1.0.19 " ,
5+ "version" : " 1.0.20 " ,
66 "unity" : " 2021.3" ,
77 "relatedPackages" : {},
88 "documentationUrl" : " https://github.com/IShix-g/TestPackage" ,
You can’t perform that action at this time.
0 commit comments