diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 5fbadd153..e4b02e011 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -23,4 +23,4 @@ jobs: - name: Publishing records uses: borales/actions-yarn@v2.0.0 with: - cmd: publish-records:ci + cmd: publish-records diff --git a/package.json b/package.json index 1e4d031f1..8a92a77a1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Register *.is-a.dev domains for free", "scripts": { "test": "ENV=test jest", - "publish-records:ci": "ENV=test yarn test && ENV=production node ./scripts/register-domains.js" + "publish-records": "node ./scripts/register-domains.js" }, "repository": { "type": "git",