Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 committed Mar 5, 2024
1 parent 00ed56e commit 8bdbacb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@ jobs:
env:
CI: true

- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@brick-a-brack'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to Github Packages
run: |
npm publish dist/@brick-a-brack/napi-canon-cameras.tgz
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit 8bdbacb

Please sign in to comment.