Skip to content

Commit

Permalink
Removed dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
debucarkey committed Feb 6, 2024
1 parent 1ad603a commit be28eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Commit
run: |
git config --global user.name "GitHub Actions"
git add dist/
git add --force dist/
git commit -m "Update dist" || echo "No changes to commit"
git push origin main

0 comments on commit be28eb0

Please sign in to comment.