We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bd435 commit 4e0e2e3Copy full SHA for 4e0e2e3
.github/workflows/release.yml
@@ -42,6 +42,7 @@ jobs:
42
- uses: actions/checkout@v4
43
with:
44
ref: ${{ inputs.branch }}
45
+ fetch-depth: 0
46
47
- name: Build
48
run: cargo build --release --verbose
@@ -69,6 +70,8 @@ jobs:
69
70
steps:
71
- name: Checkout
72
uses: actions/checkout@v4
73
+ with:
74
75
76
- name: Get Latest Tag
77
id: get_latest_tag
@@ -107,9 +110,9 @@ jobs:
107
110
108
111
- name: Zip Artifacts
109
112
run: |
- cd artifacts
- zip -r ../task-tracker-cli-release.zip .
- cd ..
113
+ cd artifacts
114
+ zip -r ../task-tracker-cli-release.zip .
115
+ cd ..
116
117
- name: Create Git Tag
118
0 commit comments