Skip to content

Commit 8ab092c

Browse files
authored
Merge pull request #178 from nicolasstucki/disable-auto-commit-and-push
Disable deploy `Commit generated files`
2 parents 6e93417 + 8c31186 commit 8ab092c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
run: npx github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
3030
- run: yarn build
3131
- run: yarn test
32-
- name: Commit generated files
33-
run: |
34-
git config --global user.name "Scala bot"
35-
git config --global user.email "$GITHUB_RUN_NUMBER@$GITHUB_SHA"
36-
git commit -am "Release ${GITHUB_REF#refs/*/}"
37-
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
38-
git push origin HEAD:$RELEASE_BRANCH
32+
# - name: Commit generated files
33+
# run: |
34+
# git config --global user.name "Scala bot"
35+
# git config --global user.email "$GITHUB_RUN_NUMBER@$GITHUB_SHA"
36+
# git commit -am "Release ${GITHUB_REF#refs/*/}"
37+
# git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
38+
# git push origin HEAD:$RELEASE_BRANCH
3939

4040
- name: Release extension
4141
run: yarn vscode:publish --pat ${{ secrets.VS_MARKETPLACE_TOKEN }}

0 commit comments

Comments
 (0)