We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3f6c2 commit d72940bCopy full SHA for d72940b
.github/workflows/publish.yml
@@ -38,17 +38,7 @@ jobs:
38
role-to-assume: arn:aws:iam::097948374213:role/github-actions-deploy
39
- name: Deploy Layer
40
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
-
+
52
create-release:
53
needs: [publish-node-packages]
54
0 commit comments