fix: Specify main branch and fetch tags in merge workflow

This commit is contained in:
Prad Nukala 2025-01-06 14:18:42 -05:00
parent 505b847790
commit 8ed58bf51c

View File

@ -21,8 +21,10 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
branch: main
fetch-depth: 0 fetch-depth: 0
ssh-key: "${{ secrets.COMMIT_KEY }}" ssh-key: "${{ secrets.COMMIT_KEY }}"
fetch-tags: true
- name: Update Version - name: Update Version
run: | run: |