From be063b6cd060a0cb22fa3669683a84b6fa50d7ff Mon Sep 17 00:00:00 2001 From: UltimatePancake Date: Tue, 26 Mar 2024 17:35:16 +0100 Subject: [PATCH] removing merge --- .github/workflows/release.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b3e260e..924e4b9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,11 +50,4 @@ jobs: charts_dir: "./" skip_existing: true env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - name: Merge to gh-pages 📖 - uses: devmasx/merge-branch@1.4.0 - with: - type: now - from_branch: gh-pages - target_branch: main - github_token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file