Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 3, 2021
1 parent 70d2fe0 commit ab26834
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
sed -i "s/v\.android\.versionName = \"[0-9]*\.[0-9]*\.[0-9]*\"/v\.android\.versionName = \"${{ github.event.inputs.version }}\"/" dependencies.gradle
- name: Test
run: ./gradlew detektAll lintDebug testDebug
- name: Push changes
uses: actions-js/push@master
with:
message: v${{ github.event.inputs.version }}
github_token: ${{ secrets.GITHUB_TOKEN }}
# - name: Push changes
# uses: actions-js/push@master
# with:
# message: v${{ github.event.inputs.version }}
# github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare keystore
run: |
echo "${{ secrets.RELEASE_KEY_STORE }}" >> keystore_base64.txt
Expand Down

0 comments on commit ab26834

Please sign in to comment.