From 6af739a85a8746fac18952a9ae5c145a207a2b41 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Tue, 30 Nov 2021 11:52:40 +0100 Subject: [PATCH] Pin changelogerator to the latest compatible version for the current flow (#4392) --- polkadot/.github/workflows/publish-draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/.github/workflows/publish-draft-release.yml b/polkadot/.github/workflows/publish-draft-release.yml index 83a1699e8a..39e2a06918 100644 --- a/polkadot/.github/workflows/publish-draft-release.yml +++ b/polkadot/.github/workflows/publish-draft-release.yml @@ -82,7 +82,7 @@ jobs: RUSTC_NIGHTLY: ${{ needs.get-rust-versions.outputs.rustc-nightly }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gem install changelogerator git toml + gem install changelogerator:0.0.16 git toml ruby $GITHUB_WORKSPACE/polkadot/scripts/github/generate_release_text.rb | tee release_text.md - name: Create draft release id: create-release