|
|
|
@ -71,7 +71,7 @@ jobs: |
|
|
|
|
uses: actions/checkout@v2 |
|
|
|
|
with: |
|
|
|
|
path: harmony |
|
|
|
|
ref: main |
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
|
|
- name: Get latest version and release |
|
|
|
@ -132,7 +132,7 @@ jobs: |
|
|
|
|
uses: actions/checkout@v2 |
|
|
|
|
with: |
|
|
|
|
path: harmony |
|
|
|
|
ref: main |
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
|
|
- name: Get latest version |
|
|
|
@ -189,7 +189,7 @@ jobs: |
|
|
|
|
uses: actions/checkout@v2 |
|
|
|
|
with: |
|
|
|
|
path: harmony |
|
|
|
|
ref: main |
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
|
|
- name: Get latest version |
|
|
|
|