Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.DISPATCH_REPO }}
fetch-depth: 0

- name: Webpack
run: |
Expand Down Expand Up @@ -51,11 +52,9 @@ jobs:
run: |
git config user.name "Mikl Wolfe"
git config user.email "wolfemikl@gmail.com"
git remote add beta https://github.com/chiefmikey/gitlang-beta.git
git checkout -b beta/main
git remote set-url --add --push origin https://github.com/chiefmikey/gitlang-beta.git
git add docs
git commit -am 'Update test build'
git fetch beta main
git push -fu beta main
git push -fu origin HEAD:main
echo "Pushed to https://github.com/chiefmikey/gitlang-beta"
echo "https://beta.gitlang.net"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlang",
"version": "3.0.0",
"version": "3.1.0",
"description": "View language usage per repo or total by username",
"main": "app.js",
"scripts": {
Expand Down