Skip to content

Commit af47a3c

Browse files
authored
Update convert-to-test.yml
1 parent 7496ad8 commit af47a3c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/convert-to-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,18 @@ name: Convert branch to test release
22

33
on:
44
workflow_dispatch:
5-
65
jobs:
76
convert:
87
runs-on: ubuntu-latest
9-
108
steps:
119
- name: Checkout branch
1210
uses: actions/checkout@v4
1311
with:
1412
ref: ${{ github.ref }}
15-
1613
- name: Modify files for test release
1714
run: |
1815
# Change package name in google-services.json
1916
sed -i 's/com.eveningoutpost.dexdrip/com.eveningoutpost.dexdrip.test/g' app/google-services.json
20-
2117
- name: Commit changes
2218
run: |
2319
git config user.name "github-actions"

0 commit comments

Comments
 (0)