diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 3fe13da..9ddbf03 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -94,15 +94,9 @@ jobs: id: create_temp_branch if: steps.check_version.outputs.skip_release == 'false' run: | - # Stash current changes (optional, only if you have unstaged changes you want to keep) - git stash - # Checkout the release branch git checkout release - # Apply stashed changes (if you stashed earlier) - git stash pop || true - # Add new/modified files git add README.md package.json LICENSE dist/ src/ tsconfig.json