diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fd0db1160..f20f6a848 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,14 +53,12 @@ jobs: - name: Build run: yarn build:snjs - name: Login to Docker Hub - if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}" uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Publish SNJS Docker image for E2E testing - if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}" run: | yarn docker build @standardnotes/snjs -t standardnotes/snjs:${{ github.sha }} docker push standardnotes/snjs:${{ github.sha }} diff --git a/package.json b/package.json index cf5796e65..c5447270b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@standardnotes/app-monorepo", "version": "0.0.1", "private": true, - "author": "Standard Notes.", + "author": "Standard Notes", "repository": { "type": "git", "url": "git://github.com/standardnotes/app"