Skip to content

Commit

Permalink
feat(ci): Include command line build in CI artifacts branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed May 3, 2023
1 parent 6534c4b commit c1c7ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: Commit to new branch
run: |
mv main/main.js .
git add main.js
mv main/bids-validator.js .
git add main.js bids-validator.js
git commit -m "BLD: $VERSION [skip ci]" || true
- name: Push
run: git push origin deno-build

0 comments on commit c1c7ce3

Please sign in to comment.