A few small fixes #586 (#591)

* Trimmed trailing whitespace
* Fixed erroneous newline at beginning of blacklist
* Fixed erroneous instructions for adding remote in contribution guide (Fixes #586)
This commit is contained in:
Chad Bailey
2020-02-15 16:11:57 -06:00
committed by GitHub
parent 55500fc010
commit eaf5ac47f3
4 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
name: Upload To Chrome Web Store
# This workflow is triggered on pushes to the repository.
on:
on:
push:
tags:
- v**
@@ -11,13 +11,13 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v1
- name: zip
uses: montudor/action-zip@v0.1.0
with:
args: zip -r ./vscd.zip . -i * -x *.git*
- name: Upload to
- name: Upload to
uses: trmcnvn/chrome-addon@v1
with:
# extension is only necessary when updating an existing addon,