We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3db5f7 commit 2c69ecdCopy full SHA for 2c69ecd
.github/workflows/test-and-release.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout Repository
13
uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
- name: Use Node.js ${{ matrix.node }}
17
uses: actions/[email protected]
18
with:
0 commit comments