File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
os : ubuntu-latest
47
47
48
48
runs-on : ${{ matrix.os }}
49
- # if: ${{ github.event_name != 'pull_request_review' || github.event.review.state == 'approved' }}
49
+ if : ${{ github.event_name != 'pull_request_review' || github.event.review.state == 'approved' }}
50
50
permissions :
51
51
contents : read
52
52
packages : write
69
69
70
70
# Publish Snapshot Library
71
71
- name : Publish Library
72
- if : ${{ contains(matrix.*,'experimental ') && github.event_name == 'push' }}
72
+ if : ${{ contains(matrix.*,'publish ') && github.event_name == 'push' }}
73
73
run : |
74
74
./gradlew publishToMavenLocal
75
75
./gradlew publish
81
81
SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
82
82
83
83
- name : Upload Library Artifact
84
- if : ${{ contains(matrix.*,'experimental ') && github.event_name == 'push' }}
84
+ if : ${{ contains(matrix.*,'publish ') && github.event_name == 'push' }}
85
85
uses : actions/upload-artifact@v4
86
86
with :
87
87
name : Repository-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments