Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Jan 5, 2023
1 parent f97f8e8 commit 626ae8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Setup Gradle
run: chmod +x gradlew
- name: Setup version
run: chmod +x scripts/update_version.sh
- name: Update version
run: ./scripts/update_version.sh ${{ github.event.inputs.version }}
- name: Test
run: ./gradlew detektAll lintDebug testDebug
Expand Down

0 comments on commit 626ae8e

Please sign in to comment.