Adapt to renaming of release-action workflow (#11930)

t3chguy/dedup-icons-17oct
Johannes Marbach 2023-11-24 15:54:28 +01:00 committed by GitHub
parent a231a8d543
commit ba3395e833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ on:
concurrency: ${{ github.workflow }} concurrency: ${{ github.workflow }}
jobs: jobs:
release: release:
uses: matrix-org/matrix-js-sdk/.github/workflows/release-action.yml@develop uses: matrix-org/matrix-js-sdk/.github/workflows/release-make.yml@develop
secrets: inherit secrets: inherit
with: with:
final: ${{ inputs.mode == 'final' }} final: ${{ inputs.mode == 'final' }}