mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
* start release process for linux * re-org * add get_version * fix for file name conventions * break out func, revert file * fix get_version.mjs * equals * update readme
16 lines
305 B
YAML
16 lines
305 B
YAML
name: Build Release Candidates
|
|
|
|
concurrency:
|
|
group: ${{ github.head_ref || github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
linux:
|
|
uses: ./.github/workflows/manager_linux_build_release_candidate.yml
|
|
secrets:
|
|
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|