Skip to content

Commit

Permalink
ci: corrected the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Dec 15, 2023
1 parent a7f5de6 commit 7876c39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
cache: "pnpm"

- name: Install dependencies
Expand All @@ -32,3 +33,5 @@ jobs:

- name: Releasing Package
run: pnpm nx deploy ${{ steps.extract_package_name.outputs.package_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit 7876c39

@vercel
Copy link

@vercel vercel bot commented on 7876c39 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.