Skip to content

Commit 2d7c139

Browse files
commit and push last updated version
1 parent 214e606 commit 2d7c139

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/deploy-prod.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ jobs:
3636
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3737
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3838
AWS_DEFAULT_REGION: ${{ env.AWS_REGION }}
39+
40+
- name: Commit and push .prod-versions
41+
run: |
42+
git config --local user.email "action@github.com"
43+
git config --local user.name "GitHub Action"
44+
git add .prod-versions
45+
git commit -m "Update production versions: ${{ github.event.inputs.deployTag || 'auto-detected' }}"
46+
git push

0 commit comments

Comments
 (0)