diff --git a/.github/workflows/update-sponsor-block.yml b/.github/workflows/update-sponsor-block.yml index 4cb26ec..2d355b5 100644 --- a/.github/workflows/update-sponsor-block.yml +++ b/.github/workflows/update-sponsor-block.yml @@ -33,7 +33,7 @@ jobs: run: npm ci - name: Check if sponsors require updates id: sponsors-requires-update - run: node ../../bin/update-sponsors.js + run: node ./bin/update-sponsors.js - name: Read sponsors.md file content run: | echo 'CONTENT<> $GITHUB_ENV diff --git a/package.json b/package.json index f7ff6d2..bd9a7d7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,6 @@ "preversion": "gulp version", "version": "npm run build && git add package.json", "prepublishOnly": "npm run test:build:version", - "postpublish": "git push && git push --tags", "build": "gulp clear && cross-env NODE_ENV=production rollup -c -m", "examples": "node ./examples/server.js", "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",