Skip to content

Commit 99d0624

Browse files
committed
ci: squash history on main branch
1 parent 7aa90fe commit 99d0624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
run: |
3333
tar -xf ./dist/hugo-geekdoc.tar.gz -C ./dist; rm ./dist/hugo-geekdoc.tar.gz
3434
35-
- name: Push to dist branch
35+
- name: Push to main branch
3636
uses: s0/git-publish-subdir-action@develop
3737
env:
3838
REPO: self
3939
BRANCH: main
4040
FOLDER: main
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
SQUASH_HISTORY: true

0 commit comments

Comments
 (0)