From d63bcee4d4c75483375ac04940f89c1092045757 Mon Sep 17 00:00:00 2001 From: Jaissica Date: Wed, 17 Jun 2026 11:43:52 -0400 Subject: [PATCH] ci: remove @semantic-release/github plugin from release config Drops the GitHub Release creation step that was failing with a 404 so the release run completes and the sync-repository job can run. Version bump, CHANGELOG, dist build/commit, git tag, and npm publish are unaffected. --- release.config.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/release.config.js b/release.config.js index 7c4769a..2f23a89 100644 --- a/release.config.js +++ b/release.config.js @@ -46,17 +46,6 @@ module.exports = { publishCmd: 'npm publish', }, ], - [ - '@semantic-release/github', - { - assets: [ - 'dist/RoktPayPlus-Kit.common.js', - 'dist/RoktPayPlus-Kit.esm.js', - 'dist/RoktPayPlus-Kit.iife.js', - 'dist/RoktPayPlus-Kit.d.ts', - ], - }, - ], [ '@semantic-release/git', {