diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 82329f2..3d727fb 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -116,20 +116,20 @@ jobs: with: name: m3_lightmeter_apk - - name: Increment build number & replace version number - run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }} - - name: Download release notes uses: actions/download-artifact@v3 with: name: ${{ env.RELEASE_NOTES_ARTIFACT_NAME }} path: ${{ env.RELEASE_NOTES_PATH }} + - name: Increment build number & replace version number + run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }} + - name: Commit changes run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add -A + git add --all -- ":!app-prod-release.apk" git commit -m "Release v${{ inputs.version }}" - name: Push to main diff --git a/app-prod-release.apk b/app-prod-release.apk deleted file mode 100644 index 28179e9..0000000 Binary files a/app-prod-release.apk and /dev/null differ