Skip to content

Commit 57ec52d

Browse files
committed
Bump milestone number in roadmap
1 parent a6bbed7 commit 57ec52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: mkdir -p static/api/development && curl https://raw.githubusercontent.com/owncast/owncast/master/doc/api/index.html > static/api/development/index.html
4343

4444
- name: Generate project roadmap
45-
run: cd scripts && ./build-roadmap --accessToken ${{ secrets.GITHUB_TOKEN }} --milestone 27 > ../content/roadmap/index.html
45+
run: cd scripts && ./build-roadmap --accessToken ${{ secrets.GITHUB_TOKEN }} --milestone 28 > ../content/roadmap/index.html
4646

4747
- name: Commit changes
4848

0 commit comments

Comments
 (0)