diff --git a/.github/workflows/reader.yml b/.github/workflows/reader.yml index 241331d..a88d5b1 100644 --- a/.github/workflows/reader.yml +++ b/.github/workflows/reader.yml @@ -81,7 +81,7 @@ jobs: tag_name: ${{ steps.config.outputs.version_name }} release_name: FYReader_${{ steps.config.outputs.version_name }} body_path: ${{ github.workspace }}/app/release.md - draft: true + draft: false - name: Upload Release Asset id: upload_release_asset if: ${{ steps.config.outputs.need_create_release == 'true' && steps.create_release.outputs.upload_url }} diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/version_code.properties b/app/version_code.properties index e242cd5..b44a672 100644 --- a/app/version_code.properties +++ b/app/version_code.properties @@ -1,3 +1,3 @@ #Fri Jun 18 21:45:31 CST 2021 VERSION_CODE=214 -NEED_CREATE_RELEASE=true +NEED_CREATE_RELEASE=false