From 321f589adbe74fb383e95cd1672edf2e134f7df1 Mon Sep 17 00:00:00 2001 From: GaryCraft Date: Wed, 10 Apr 2024 02:12:45 -0600 Subject: [PATCH] Try fix to stripped modules --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07c6110..c95f0ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: - dev jobs: strip-modules: + name: Strip Modules and Commit Changes runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -23,4 +24,4 @@ jobs: git config --local user.name "GitHub Actions" git add . git commit -m "Stripped Modules" - git push origin main \ No newline at end of file + git push origin dev:main \ No newline at end of file