Skip to content

Commit 04c4cc7

Browse files
committed
Merge branch 'pirropirro/0.9.4' into pirropirro/merge-main
2 parents 12afb7b + 5026075 commit 04c4cc7

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)