Skip to content

Commit

Permalink
try npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fyi committed Dec 8, 2020
1 parent d996ccb commit 885b27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
scope: '@ortsarchiv-gemeinlebarn'

- name: Install Dependancies [npm ci]
run: npm ci
- name: Install Dependancies [npm install]
run: npm install

- name: Publish Package [npm publish]
run: npm publish
Expand Down

0 comments on commit 885b27b

Please sign in to comment.