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 2020 - minor
2121 - major
2222
23+ defaults :
24+ run :
25+ shell : bash
26+
2327jobs :
2428 release :
2529 runs-on : ubuntu-latest
3539 run : sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
3640 - name : Install cargo release
3741 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}"
3846 - name : Run cargo release
3947 # TODO: Uncomment this after testing
4048 # 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