We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ebdfb commit b84c078Copy full SHA for b84c078
.github/workflows/release.yaml
@@ -12,6 +12,8 @@ jobs:
12
contents: write
13
steps:
14
- uses: actions/checkout@v4
15
+ with:
16
+ fetch-depth: 0
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 18
0 commit comments