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 dd46286 commit 318c256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
FOLDER: . # Push both package.json and dist
FOLDER: dist # Push both package.json and dist
BRANCH: develop-dist # The branch name where you want to push the assets
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: "Auto Build Dist: ({sha}) {msg}" # The commit message

0 comments on commit 318c256

Please sign in to comment.