Skip to content

Commit

Permalink
Merge pull request #30 from wiemanboy/feature/fix/release-workflow
Browse files Browse the repository at this point in the history
FIX: now delete everything
  • Loading branch information
wiemanboy authored Sep 20, 2024
2 parents c065179 + 6ef542b commit dfcbfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
run: |
git config --global user.name ${{ github.triggering_actor }}.
git config --global user.email ${{ github.triggering_actor }}@gmail.com
git checkout -b $OUTPUT_BRANCH
find . -type f ! -name "$OUTPUT" -not -path './.git/*' -delete
rm -rf node_modules
git init
git add .
git commit -m "Compile ${{ github.event.repository.name }} SCSS v${{ env.VERSION }} build #${{ github.run_number }}"
git push -f origin $OUTPUT_BRANCH
git push -f --set-upstream origin $OUTPUT_BRANCH
- name: Create release
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit dfcbfd3

Please sign in to comment.