Skip to content

Commit

Permalink
test pushing release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 30, 2021
1 parent 5bdc752 commit 5b38759
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ jobs:
- run: npm run build --if-present
env:
CI: true
- name: Push to remote
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "watchparty+github-actions[bot]@users.noreply.github.com"
git remote add origin https://github.com/howardchung/watchparty-release
git commit -m "Built from ${{ github.head_ref }}.${{ github.sha }}"
git push origin release -f

0 comments on commit 5b38759

Please sign in to comment.