mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
ci: 🏗️
This commit is contained in:
parent
b6c6c2af66
commit
4113f7e933
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
|
||||
# This is only to get the next version number so we can set the version before compile
|
||||
- name: Conventional Changelog Action
|
||||
id: pre-build-changelog
|
||||
id: changelog
|
||||
uses: TriPSs/conventional-changelog-action@v3
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
|
@ -137,7 +137,7 @@ jobs:
|
|||
- name: Set Backend Version
|
||||
run: |
|
||||
dotnet tool install -g dotnet-setversion
|
||||
setversion -r ${{ steps.pre-build-changelog.outputs.version }}
|
||||
setversion -r ${{ steps.changelog.outputs.version }}
|
||||
working-directory: src
|
||||
|
||||
- name: Publish Backend ${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue