Skip to content

Commit

Permalink
fix: GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
codevoyager1984 committed Feb 21, 2025
1 parent 3be79c5 commit 42e861f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push-to-develop-dist-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
run: npm run build

- name: Push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
run: |
git config set advice.addIgnoredFile false && mkdir -p dist && cp package.json dist/ && git add dist/ package.json -f && git commit -m "Auto Build Dist: ({sha}) {msg}" && git push origin develop-dist -f

0 comments on commit 42e861f

Please sign in to comment.