Skip to content

Commit

Permalink
Migrating from NPM to github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Martinez committed Apr 15, 2024
1 parent 076c9a4 commit 0403ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
node-version: '18.x'
registry-url: https://npm.pkg.github.com/
always-auth: true
scope: '@premisedata'
-
name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -59,6 +60,5 @@ jobs:
-
name: Publish package to NPM
run: yarn publish
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 0403ba8

Please sign in to comment.