File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [registries ]
2+ cube-os = { index = " https://github.com/Cube-OS/crates.git" }
Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ push :
5+ branches :
6+ - main # Trigger workflow on push to the main branch
7+
8+ jobs :
9+ release :
10+ runs-on : ubuntu-latest
11+
12+ steps :
13+ # Run ktra action
14+ - name : Run ktra
15+ uses : patrickoppel/ktra/.github/actions@develop
16+ with :
17+ github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11[package ]
22name = " kubos-system"
3- version = " 0.1 .0"
4- authors = [" Marshall Culpepper <marshall@kubos.com>" ]
3+ version = " 0.2 .0"
4+ authors = [" Marshall Culpepper <marshall@kubos.com>, Patrick Oppel <patrick.oppel@sydney.edu.au " ]
55edition = " 2018"
6+ repository = " https://github.com/Cube-OS/kubos-system"
67
78[dependencies ]
89failure = " 0.1.2"
You can’t perform that action at this time.
0 commit comments