Skip to content

Commit

Permalink
updated release, and versions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rhtot committed Mar 12, 2024
1 parent 0e654fb commit 51d8a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nmc-custom-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
uses: nextmcloud/.github/.github/workflows/nmc-custom-assembly.yml@nmc/2027-build-test-rtoth
with:
trunk: 'master'
stable: ${{ vars.CUSTOM_BRANCH_26_26 || 'stable26' }}
result: ${{ format('customisation-{0}-{1}', vars.CUSTOM_BRANCH_26 || 'nmcstable/26.0.9', inputs.increment ) }}
stable: ${{ vars.CUSTOM_BRANCH_28_26 || 'stable28' }}
result: ${{ format('customisation-{0}-{1}', vars.CUSTOM_BRANCH_28 || 'nmcstable/28.0.3', inputs.increment ) }}
secrets: inherit
build-custom:
uses: nextmcloud/.github/.github/workflows/nmc-custom-server-build.yml@nmc/2027-build-test-rtoth
needs: assemble-custom
with:
stable: ${{ vars.CUSTOM_BRANCH_26 || 'stable26' }}
assembly: ${{ format('customisation-{0}-{1}', vars.CUSTOM_BRANCH_26 || 'stable26', inputs.increment ) }}
tag: ${{ format('{0}-{1}', vars.CUSTOM_BRANCH_26 || 'stable26' , inputs.increment) }}
stable: ${{ vars.CUSTOM_BRANCH_28 || 'stable28' }}
assembly: ${{ format('customisation-{0}-{1}', vars.CUSTOM_BRANCH_28 || 'stable28', inputs.increment ) }}
tag: ${{ format('{0}-{1}', vars.CUSTOM_BRANCH_28 || 'stable28' , inputs.increment) }}
prerelease: false
secrets: inherit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nmc-custom-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
custombase: [ "master", "stable26", "stable27" ]
custombase: [ "master", "stable26", "stable27", "stable28" ]
uses: nextmcloud/.github/.github/workflows/nmc-custom-assembly.yml@nmc/2027-build-test-rtoth
with:
trunk: "master"
Expand Down

0 comments on commit 51d8a8d

Please sign in to comment.