Skip to content

Commit

Permalink
remove gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 30, 2021
1 parent 9cb0aaa commit 5400c04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "watchparty+github-actions[bot]@users.noreply.github.com"
rm .gitignore
git add --all
git remote add origin https://github.com/howardchung/watchparty-release
git remote add release https://github.com/howardchung/watchparty-release
git commit -m "Built from ${{ github.head_ref }}.${{ github.sha }}"
git push origin release -f
git push release master -f

0 comments on commit 5400c04

Please sign in to comment.