[ci] use github ref var

pull/4013/head
Nita Neou 3 years ago
parent 23fc4aa187
commit 42dcc9c769
  1. 2
      .github/workflows/ci.yaml

@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
path: harmony path: harmony
ref: main ref: ${{ github.ref }}
fetch-depth: 0 fetch-depth: 0
- name: Check tag annotated - name: Check tag annotated

Loading…
Cancel
Save