We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df9454 commit ff04dbcCopy full SHA for ff04dbc
.github/workflows/publish-to-auto-release.yml
@@ -60,6 +60,7 @@ jobs:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
62
STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
63
+ DATABASE_URL: ${{ env.DATABASE_URL }}
64
with:
65
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
66
releaseName: "Redox v__VERSION__"
0 commit comments