diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index c13b6487668a..8ebd817d72a2 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -45,13 +45,6 @@ jobs: tag_prefix: "" - uses: actions/checkout@v3 - run: git fetch origin tag ${{ steps.generate_env_vars.outputs.tag_name }} --no-tags - - name: Build Changelog - id: build_changelog - uses: mikepenz/release-changelog-builder-action@v2.1.0 - with: - configuration: "changelog.json" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create release id: create_release uses: actions/create-release@v1