diff --git a/.env b/.env new file mode 100644 index 0000000..46f59fc --- /dev/null +++ b/.env @@ -0,0 +1 @@ +DATABASE_URL=./drop.db diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4374374..2b93177 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,9 @@ jobs: runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4 + with: + submodules: true + token: ${{ secrets.GITHUB_TOKEN }} - name: setup node uses: actions/setup-node@v4 @@ -57,9 +60,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. - releaseName: 'App v__VERSION__' - releaseBody: 'See the assets to download this version and install.' - releaseDraft: true - prerelease: false + tagName: dev-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. + releaseName: 'Auto-release v__VERSION__' + releaseBody: 'See the assets to download this version and install. This release was created automatically.' + releaseDraft: false + prerelease: true args: ${{ matrix.args }} diff --git a/pages/library/[id]/index.vue b/pages/library/[id]/index.vue index bfb397a..3f56b50 100644 --- a/pages/library/[id]/index.vue +++ b/pages/library/[id]/index.vue @@ -156,9 +156,9 @@