Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit a5dc258

Browse files
committed
Revert "feat(build): add automatic artifact commit"
This reverts commit 26f61fc.
1 parent 1cbfc7b commit a5dc258

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,6 @@ jobs:
110110
name: ${{ steps.artifact.outputs.filename }}
111111
path: ./build/distributions/content/*/*
112112

113-
# Commit the artifact to the repository on a separate branch
114-
- name: Commit artifact
115-
if: github.event_name == 'push'
116-
run: |
117-
git config --global user.name "GitHub Actions"
118-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
119-
git checkout -b artifact
120-
git add .
121-
git commit -m "Add artifact"
122-
git push origin artifact
123-
124113
# Prepare a draft release for GitHub Releases page for the manual verification
125114
# If accepted and published, release workflow would be triggered
126115
releaseDraft:

0 commit comments

Comments
 (0)