[ci] use github ref var

pull/4013/head
Nita Neou 3 years ago
parent 42dcc9c769
commit be655dc958
  1. 6
      .github/workflows/ci.yaml

@ -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

Loading…
Cancel
Save