Skip to content

Commit

Permalink
fix npm publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoStud committed Nov 2, 2023
1 parent 86c9414 commit bdc9018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
packages: write
pages: write
id-token: write

Expand Down Expand Up @@ -175,7 +176,6 @@ jobs:
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
scope: '@pragmasoft-ukraine'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit bdc9018

Please sign in to comment.