Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 79c9ad9

Browse files
authored
Remove stale inputs (#12213)
1 parent cb7fd51 commit 79c9ad9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ on:
1010
options:
1111
- rc
1212
- final
13-
matrix-js-sdk:
14-
description: JS SDK version to use (current|X.Y.Z)
15-
required: false
16-
default: current
17-
type: string
1813
npm:
1914
description: Publish to npm
2015
required: true
@@ -29,5 +24,3 @@ jobs:
2924
final: ${{ inputs.mode == 'final' }}
3025
npm: ${{ inputs.npm }}
3126
downstreams: '["element-hq/element-web"]'
32-
dependencies: |
33-
matrix-js-sdk=${{ inputs.matrix-js-sdk }}

0 commit comments

Comments
 (0)