Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 30, 2023
1 parent 10b0775 commit 693b28f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/AA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- name: Lint
run: |
./gradlew :lib:widget:lint
- name: publish
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME }}
Expand All @@ -27,8 +30,7 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYID }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }}
run: |
chmod +x ./gradlew
./gradlew :lib:widget:publish --info
./gradlew :lib:widget:publish
continue-on-error: true
- name: Upload
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 693b28f

Please sign in to comment.