We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e96ee1 commit 1c82858Copy full SHA for 1c82858
.github/workflows/release.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/checkout@v3
24
with:
25
fetch-depth: 0
26
+ ref: master
27
28
- name: Set Git Config
29
run: |
@@ -77,6 +78,9 @@ jobs:
77
78
steps:
79
- name: Checkout
80
81
+ with:
82
+ fetch-depth: 0
83
84
85
- name: Install Rust toolchain
86
uses: actions-rs/toolchain@v1
@@ -86,11 +90,6 @@ jobs:
90
override: true
87
91
profile: minimal
88
92
89
- - name: Clean
- uses: actions-rs/cargo@v1
- with:
- command: clean
93
-
94
- name: Build
95
uses: actions-rs/cargo@v1
96
@@ -132,6 +131,7 @@ jobs:
132
131
133
134
135
136
- name: Download artifacts
137
uses: actions/download-artifact@v4
0 commit comments