Skip to content

Commit

Permalink
Don't create release number/notes for PRs (#3749)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Aug 1, 2023
1 parent bf0479a commit 8be42b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8be42b0

Please sign in to comment.