File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-16.04
99 steps :
1010 - uses : actions/checkout@v1
11- - name : Determine the Release Version
11+ - name : Semantic Release
1212 uses : cycjimmy/semantic-release-action@v2
1313 id : semantic # `id` for output variables
1414 with :
1515 semantic_version : 15.14.0
16- dry_run : true
16+ extra_plugins : |
17+ @semantic-release/changelog@3.0.0
1718 env :
1819 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1920 - name : Package
2223 uses : AutoModality/action-package-debian-ros@v1.2.1
2324 with :
2425 version : ${{ steps.semantic.outputs.new_release_version }}
25- release-repo-entitlement : ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
26- # no dev repo in master!!!
26+ - name : The generated package
27+ run : echo "The artifact is ${{ steps.package.outputs.artifact-path }}"
2728 - name : Deploy
2829 if : steps.semantic.outputs.new_release_published == 'true'
2930 id : deploy
3738 distro : ' ubuntu'
3839 release : ' xenial'
3940 file : ' ${{ steps.package.outputs.artifact-path }}'
40- - name : Publish Release to Github
41- if : steps.semantic.outputs.new_release_published == 'true'
42- uses : cycjimmy/semantic-release-action@v2
43- with :
44- semantic_version : 15.14.0
45- dry_run : false
46- extra_plugins : |
47- @semantic-release/changelog@3.0.0
48- env :
49- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments