Skip to content

Commit

Permalink
fix :: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Oct 28, 2024
1 parent 4e1eb53 commit 18609d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
"title": "${{ env.CLEAN_TITLE }}",
"package_manager": "npm",
"build_command": "npm config set registry=https://npm.pkg.github.com/Team-B1ND && npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set //registry.npmjs.org/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm install"
}
}

0 comments on commit 18609d0

Please sign in to comment.