We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a470d6 commit aaa7e78Copy full SHA for aaa7e78
.github/workflows/releaseOnMerge.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
20
+ with:
21
+ fetch-depth: 0
22
23
- name: Set up Node.js
24
uses: actions/setup-node@v4
0 commit comments