Skip to content

Commit b672ce2

Browse files
clean up tmp test changes
1 parent 888e30c commit b672ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
needs: [bump-version, build-android]
6464
runs-on: ubuntu-latest
6565
env:
66-
MERGE_TARGET: master-test
66+
MERGE_TARGET: master
6767
steps:
6868
- name: Set environment variables
6969
run: |
70-
echo "VERSION=${{ inputs.version || '3.1.0' }}" >> $GITHUB_ENV
70+
echo "VERSION=${{ inputs.version }}" >> $GITHUB_ENV
7171
7272
- uses: actions/checkout@v4
7373
with:

0 commit comments

Comments
 (0)