Skip to content

Commit

Permalink
Update git add command to include dist/* files
Browse files Browse the repository at this point in the history
  • Loading branch information
thedave42 committed Apr 4, 2024
1 parent da87fb0 commit 3cbc910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
git config --global user.name 'Action workflow'
git config --global user.email '[email protected]'
git add .
git add dist/*
git commit -m "dist created from ${{ github.ref }} for sha (${{ github.sha }})"
git push origin main
env:
Expand Down

0 comments on commit 3cbc910

Please sign in to comment.