Skip to content

Commit

Permalink
Chore: Update publish action (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti authored Dec 19, 2024
1 parent 94a324f commit 23c40bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 120 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/bump_version.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/publish.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/update_version_and_publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update version code, version name and open pull request
name: Update version and publish APK
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
git config user.email "actions@github.com"
git add .
git commit -m "Release version ${{ env.VERSION_NAME }}" || echo "No changes to commit"
git push origin ${BRANCH_NAME}
git push --set-upstream origin ${BRANCH_NAME}
- name: Decode keystore file
uses: timheuer/base64-to-file@v1
Expand Down

0 comments on commit 23c40bf

Please sign in to comment.