Skip to content

Commit

Permalink
Try fix to stripped modules
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryCraft committed Apr 10, 2024
1 parent 264982e commit 321f589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- dev
jobs:
strip-modules:
name: Strip Modules and Commit Changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -23,4 +24,4 @@ jobs:
git config --local user.name "GitHub Actions"
git add .
git commit -m "Stripped Modules"
git push origin main
git push origin dev:main

0 comments on commit 321f589

Please sign in to comment.