Skip to content

Commit

Permalink
fix: attempt scope fix
Browse files Browse the repository at this point in the history
This tries to remove persist-credentials

TESTING=manual
  • Loading branch information
prm-dan committed Jan 11, 2021
1 parent adcac6d commit 41de3d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_package.yml
Expand Up @@ -12,13 +12,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
always-auth: true
node-version: 12
registry-url: "https://npm.pkg.github.com/promotedai"
registry-url: "https://npm.pkg.github.com"
scope: "@promotedai"

- name: Install dependencies
Expand Down

0 comments on commit 41de3d5

Please sign in to comment.