Skip to content

Commit 0f4eb0a

Browse files
committed
ci: update release-unstable.yml
1 parent fe1f1fe commit 0f4eb0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-unstable.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ jobs:
3838

3939
- name: Commit and Push to pkg branch
4040
run: |
41-
git config --global user.name 'github-actions[bot]'
42-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
41+
git config user.name 'github-actions[bot]'
42+
git config user.email 'github-actions[bot]@users.noreply.github.com'
4343
git fetch origin pkg || git checkout -b pkg
4444
git checkout pkg
45-
git merge --no-ff --no-edit -s recursive -X theirs master
45+
git checkout master -- LICENSE README.md package.json
46+
git rm -rf --cached .
4647
git add .
4748
if ! git diff --staged --quiet; then
4849
git commit -m "build: ${{ github.sha }}"

0 commit comments

Comments
 (0)