diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4bcc9d1f86..941f4aa1b0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -94,21 +94,11 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - uses: ./.github/actions/create-release-number - name: Create Release Number - id: rel_number - - name: Mock google-services.json run: | cp .github/mock-google-services.json app/google-services.json cp .github/mock-google-services.json wear/google-services.json cp .github/mock-google-services.json automotive/google-services.json - - - uses: ./.github/actions/create-release-notes - name: Create Release Notes - with: - tag-name: ${{ steps.rel_number.outputs.version }} - gh-token: ${{ secrets.GITHUB_TOKEN }} - name: Build Debug APK run: ./gradlew assembleDebug