We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f3535 commit 8f0f565Copy full SHA for 8f0f565
.github/workflows/prerelease-lib.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@v4
25
+ with:
26
+ fetch-depth: 2
27
28
# Check for changes in ./packages/litlytics
29
- name: Check if changed
.github/workflows/release-lib.yml
0 commit comments