Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaengelhard committed Jan 30, 2024
1 parent f9f448b commit 7ce2d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
node-version: "20.x"
registry-url: "https://npm.pkg.github.com"
cache: "pnpm"
scope: "@lucaengelhard"
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 7ce2d9c

Please sign in to comment.