Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
more attempt to fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Sep 30, 2019
1 parent 2df8cbf commit 04891cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -11,6 +11,6 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: getify
- run: "echo \"repo_token: ${{secrets.coveralls_token}}\" > .coveralls.yml"
- run: npm install && npm --userconfig='/home/runner/work/_temp/.npmrc' publish
- run: npm install && npm publish --userconfig='/home/runner/work/_temp/.npmrc'
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -5,4 +5,5 @@
.travis.yml
.github/
node_modules/
coverage/
dist/
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@getify/revocable-queue",
"description": "Specialized async queue data structure",
"version": "4.0.1",
"version": "4.0.2",
"main": "dist/rq.js",
"scripts": {
"test": "node node-tests.js",
Expand Down

0 comments on commit 04891cc

Please sign in to comment.