mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix: Specify main branch and fetch tags in merge workflow
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user