Skip to content

Commit d4e4dee

Browse files
authored
Update github_snapshot_build.yml
1 parent b79667d commit d4e4dee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github_snapshot_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
os: ubuntu-latest
4747

4848
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' }}
5050
permissions:
5151
contents: read
5252
packages: write
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Publish Snapshot Library
7171
- name: Publish Library
72-
if: ${{ contains(matrix.*,'experimental') && github.event_name == 'push' }}
72+
if: ${{ contains(matrix.*,'publish') && github.event_name == 'push' }}
7373
run: |
7474
./gradlew publishToMavenLocal
7575
./gradlew publish
@@ -81,7 +81,7 @@ jobs:
8181
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
8282

8383
- name: Upload Library Artifact
84-
if: ${{ contains(matrix.*,'experimental') && github.event_name == 'push' }}
84+
if: ${{ contains(matrix.*,'publish') && github.event_name == 'push' }}
8585
uses: actions/upload-artifact@v4
8686
with:
8787
name: Repository-${{ github.run_id }}

0 commit comments

Comments
 (0)