diff --git a/.github/workflows/create-draft-release-reusable.yml b/.github/workflows/create-draft-release-reusable.yml index ce8636a..81cee0e 100644 --- a/.github/workflows/create-draft-release-reusable.yml +++ b/.github/workflows/create-draft-release-reusable.yml @@ -28,9 +28,9 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} shell: bash run: | - # todo once the script was merged replace main with commit sha + # todo once the script was merged replace main with a commit sha: # curl -sSL https://raw.githubusercontent.com/kyma-project/eventing-tools//hack/scripts/create_changelog.sh | bash "${VERSION}" - curl -sSL https://raw.githubusercontent.com/kyma-project/eventing-tools/main/hack/scripts/create_changelog.sh | bash "${VERSION}" + curl -sL https://raw.githubusercontent.com/kyma-project/eventing-tools/main/hack/scripts/create_changelog.sh | bash "${VERSION}" - name: Print out changelog run: cat CHANGELOG.md