Skip to content

Commit d29095a

Browse files
committed
chore: update workflows
1 parent 61fb473 commit d29095a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
- name: Checkout
1919
uses: actions/checkout@master
20+
with:
21+
ref: ${{ github.ref }}
22+
fetch-depth: 0
2023

2124
- name: Integration tests
2225
uses: actions/setup-node@v3

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818

1919
- name: Checkout
2020
uses: actions/checkout@master
21+
with:
22+
ref: ${{ github.ref }}
23+
fetch-depth: 0
2124

2225
- name: Integration tests
2326
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)