File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 81
81
- run :
82
82
name : Create a new GitHub Release
83
83
command : >
84
- github-release upload --owner $CIRCLE_PROJECT_USERNAME \
84
+ github-release upload
85
+ -t $GITHUB_TOKEN \
86
+ --owner $CIRCLE_PROJECT_USERNAME \
85
87
--repo $CIRCLE_PROJECT_REPONAME \
86
88
--tag $CIRCLE_TAG \
87
89
--name $CIRCLE_TAG \
@@ -99,7 +101,6 @@ workflows:
99
101
requires :
100
102
- artifact
101
103
- deploy :
102
- type : approval
103
104
filters :
104
105
branches :
105
106
only :
Original file line number Diff line number Diff line change 2
2
3
3
Dozer is a framework for robots built with [ WPILib] ( https://github.com/wpilibsuite ) to help write fluent, readable code.
4
4
5
+ Build: [ ![ CircleCI] ( https://circleci.com/gh/FRC-Dozer/Dozer/tree/master.svg?style=svg )] ( https://circleci.com/gh/FRC-Dozer/Dozer/tree/master )
6
+
5
7
## Features
6
8
7
9
* A task scheduler that allows you to write your robot logic as coroutines
You can’t perform that action at this time.
0 commit comments