We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7496ad8 commit af47a3cCopy full SHA for af47a3c
.github/workflows/convert-to-test.yml
@@ -2,22 +2,18 @@ name: Convert branch to test release
2
3
on:
4
workflow_dispatch:
5
-
6
jobs:
7
convert:
8
runs-on: ubuntu-latest
9
10
steps:
11
- name: Checkout branch
12
uses: actions/checkout@v4
13
with:
14
ref: ${{ github.ref }}
15
16
- name: Modify files for test release
17
run: |
18
# Change package name in google-services.json
19
sed -i 's/com.eveningoutpost.dexdrip/com.eveningoutpost.dexdrip.test/g' app/google-services.json
20
21
- name: Commit changes
22
23
git config user.name "github-actions"
0 commit comments