Skip to content

Commit d72940b

Browse files
committed
fix publish step
1 parent 8f3f6c2 commit d72940b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,7 @@ jobs:
3838
role-to-assume: arn:aws:iam::097948374213:role/github-actions-deploy
3939
- name: Deploy Layer
4040
run: npm run deploy:prod
41-
- name: Commit files
42-
run: |
43-
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
44-
git config --local user.name "github-actions[bot]"
45-
git commit -a -m "Update Changelog"
46-
- name: Push changes
47-
uses: ad-m/github-push-action@master
48-
with:
49-
github_token: ${{ secrets.GITHUB_TOKEN }}
50-
branch: main
51-
41+
5242
create-release:
5343
needs: [publish-node-packages]
5444

0 commit comments

Comments
 (0)