outline-server/.github/workflows/build_release_candidates.yml
Daniel LaCosse 144c533f14
feat(release): Linux Manager (#1056)
* 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
2022-03-10 10:23:56 -05:00

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 }}