mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
ci: 🏗️
This commit is contained in:
parent
7d98a29541
commit
5e7550cae1
1 changed files with 1 additions and 7 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -134,17 +134,11 @@ jobs:
|
|||
output-file: 'false'
|
||||
skip-on-empty: 'false'
|
||||
|
||||
- name: Output version
|
||||
run: |
|
||||
echo "outputs: ${{ steps.pre-build-changelog.outputs }}"
|
||||
echo "Version: ${{ steps.pre-build-changelog.outputs.version }}"
|
||||
echo "Version: ${{ steps.pre-build-changelog.outputs.tag }}"
|
||||
|
||||
- name: Set Backend Version
|
||||
run: |
|
||||
dotnet tool install -g dotnet-setversion
|
||||
setversion -r ${{ steps.pre-build-changelog.outputs.version }}
|
||||
working-directory: src/Ombi
|
||||
working-directory: src
|
||||
|
||||
- name: Publish Backend ${{ matrix.os }}
|
||||
run: dotnet publish -c Release -r ${{ matrix.os }} -o "${{ matrix.os }}" --self-contained true -p:PublishSingleFile=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue