File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - ' v[0-9]+.[0-9]+.[0-9]+'
6+ - ' v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+'
67 - ' v[0-9]+.[0-9]+.[0-9]+-kotlin-[0-9]+.[0-9]+.[0-9]+'
78 - ' v[0-9]+.[0-9]+.[0-9]+-new-mm'
89 - ' v[0-9]+.[0-9]+.[0-9]+-new-mm-[0-9]+'
3839 SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
3940 SIGNING_SECRET_KEY : ${{ secrets.SIGNING_SECRET_KEY }}
4041 GRADLE_PUBLISH_KEY : ${{ secrets.GRADLE_PUBLISH_KEY }}
41- GRADLE_PUBLISH_SECRET : ${{ secrets.GRADLE_PUBLISH_SECRET }}
42+ GRADLE_PUBLISH_SECRET : ${{ secrets.GRADLE_PUBLISH_SECRET }}
Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - ' v[0-9]+.[0-9]+.[0-9]+'
6+ - ' v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+'
67jobs :
78 publish-cocoapods-core :
89 runs-on : macos-12
9495 uses : ./.github/actions/publish-spm-tag
9596 with :
9697 package-name : rxswift
97- version-name : ${{ github.ref_name }}
98+ version-name : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments