File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 3333 env :
3434 VERSION : ${{ github.ref }}
3535
36- - name : Create Release
37- uses : softprops/action-gh-release@v1
38- with :
39- tag_name : ${{steps.tagger.outputs.tag}}
40- name : ${{steps.tagger.outputs.tag}}
41- generate_release_notes : true
42- body : ${{steps.github_release.outputs.changelog}}
43- files : MPChartLib/build/outputs/aar/MPChartLib-release.aar
44- env :
45- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46-
4736 - name : Publish to github package
4837 run : ./gradlew publish
4938 env :
5746 ./gradlew publish MPChartLib:publishMavenPublicationToMavenCentralRepository
5847 env :
5948 CRYPT_PASS : ${{ secrets.CRYPT_PASS }}
49+
50+ - name : Create Release
51+ uses : softprops/action-gh-release@v1
52+ with :
53+ tag_name : ${{steps.tagger.outputs.tag}}
54+ name : ${{steps.tagger.outputs.tag}}
55+ generate_release_notes : true
56+ body : ${{steps.github_release.outputs.changelog}}
57+ files : MPChartLib/build/outputs/aar/MPChartLib-release.aar
58+ env :
59+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments