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