Skip to content

Commit

Permalink
Merge pull request #53 from prisma/auth-failing
Browse files Browse the repository at this point in the history
fix(custom): update github actions
  • Loading branch information
ankur-arch authored Nov 14, 2024
2 parents 19fab8c + 86a3332 commit 038c161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Configure npm for Authentication
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_NUXT_TOKEN }}" >> ~/.npmrc
- run: npm clean-install
- run: npx nuxi prepare
- run: npm run dev:build
Expand All @@ -29,5 +32,4 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_NUXT_TOKEN }}
run: npm run release

0 comments on commit 038c161

Please sign in to comment.