mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 04:57:08 +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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
branch: main
|
||||
fetch-depth: 0
|
||||
ssh-key: "${{ secrets.COMMIT_KEY }}"
|
||||
fetch-tags: true
|
||||
|
||||
- name: Update Version
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user