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