mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: Specify main branch and fetch tags in merge workflow
This commit is contained in:
parent
505b847790
commit
8ed58bf51c
2
.github/workflows/merge-post.yml
vendored
2
.github/workflows/merge-post.yml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user