We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adab714 commit c0153c0Copy full SHA for c0153c0
.github/workflows/release.yaml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v3
30
+ with:
31
+ fetch-depth: 0
32
- uses: cli/gh-extension-precompile@v1
33
with:
34
go_version: "1.19"
0 commit comments