Skip to content

Commit

Permalink
add dist to build
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed May 22, 2024
1 parent 50278da commit d3b131e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ jobs:
id: build
run: npm run bundle

- name: Commit dist Directory
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add dist
git commit -m 'Add built dist directory'
git push origin main
- name: Test Local Action
id: test-action
uses: ./
Expand Down

0 comments on commit d3b131e

Please sign in to comment.