Skip to content

Commit

Permalink
Merge pull request #23 from djkovrik/ci/fix
Browse files Browse the repository at this point in the history
Revert workflow tweak
  • Loading branch information
djkovrik committed Aug 6, 2023
2 parents 2b5e647 + 6a7d1e1 commit 96bf98d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GitHubDeploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy to GitHub

on:
create:
push:
tags:
- '*'

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/GooglePlayDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}

- name: Tag Release
run: |
version_name=${GITHUB_REF##*/}
echo "Tagging release with tag $version_name"
git tag $version_name release/$version_name
git push origin --tags
- name: Create service_account.json
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json

Expand Down

0 comments on commit 96bf98d

Please sign in to comment.