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 be79f55 commit 89d63fcCopy full SHA for 89d63fc
.github/workflows/release.yml
@@ -67,6 +67,7 @@ jobs:
67
cp .config.toml ../${{env.ASSET_NAME}}/config.toml
68
69
- name: Include portals
70
+ working-directory: ./backend
71
run: cp -r portal ../${{env.ASSET_NAME}}/portal
72
73
- name: Compress release
@@ -83,5 +84,7 @@ jobs:
83
84
replacesArtifacts: true
85
makeLatest: false
86
omitName: true
87
+ prerelease: true
88
+ omitBody: true
89
artifacts: "${{env.ASSET_NAME}}.tar.gz"
90
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments