File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 20
20
- minor
21
21
- major
22
22
23
+ defaults :
24
+ run :
25
+ shell : bash
26
+
23
27
jobs :
24
28
release :
25
29
runs-on : ubuntu-latest
35
39
run : sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
36
40
- name : Install cargo release
37
41
run : cargo install --version 0.25.17 cargo-release
42
+ - name : Set git user
43
+ run : |
44
+ git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com>"
45
+ git config --global user.name "${GITHUB_ACTOR}"
38
46
- name : Run cargo release
39
47
# TODO: Uncomment this after testing
40
48
# run: cargo release ${{ github.event.inputs.level }} ${{ github.event.inputs.dry_run && '--no-push' || '' }} ${{ github.event.inputs.dry_run && '--no-publish' || '' }} --no-confirm --execute
You can’t perform that action at this time.
0 commit comments