Skip to content

Commit

Permalink
add extension
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 30, 2021
1 parent 7931f1b commit f507369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config --global user.email "watchparty+github-actions[bot]@users.noreply.github.com"
rm .gitignore
git add --all &> /dev/null
git remote add release https://howardchung:[email protected]/howardchung/watchparty-release
git commit -m "Built from ${{ github.head_ref }}.${{ github.sha }}"
git push release master -f
git add --all
git remote add release https://howardchung:[email protected]/howardchung/watchparty-release.git
git commit -m --quiet "Built from ${{ github.head_ref }}.${{ github.sha }}"
git push release master -f

0 comments on commit f507369

Please sign in to comment.