Skip to content

Commit 21fb519

Browse files
authored
ci: fix broken reference to rococo srtool digest (paritytech#943)
1 parent 8a98067 commit 21fb519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cumulus/.github/workflows/release-02_create-draft.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
WESTMINT_DIGEST: ${{ github.workspace}}/westmint-srtool-json/westmint_srtool_output.json
121121
STATEMINE_DIGEST: ${{ github.workspace}}/statemine-srtool-json/statemine_srtool_output.json
122122
STATEMINT_DIGEST: ${{ github.workspace}}/statemint-srtool-json/statemint_srtool_output.json
123-
ROCOCO_DIGEST: ${{ github.workspace}}/rococo-parachain-srtool-json/rococo-parachain_srtool_output.json
123+
ROCOCO_PARA_DIGEST: ${{ github.workspace}}/rococo-parachain-srtool-json/rococo-parachain_srtool_output.json
124124
REF1: ${{ github.event.inputs.ref1 }}
125125
REF2: ${{ github.event.inputs.ref2 }}
126126
PRE_RELEASE: ${{ github.event.inputs.pre_release }}
@@ -132,7 +132,7 @@ jobs:
132132
ls -al $WESTMINT_DIGEST
133133
ls -al $STATEMINE_DIGEST
134134
ls -al $STATEMINT_DIGEST
135-
ls -al $ROCOCO_DIGEST
135+
ls -al $ROCOCO_PARA_DIGEST
136136
137137
echo "The diff will be computed from $REF1 to $REF2"
138138
cd cumulus/scripts/changelog

0 commit comments

Comments
 (0)