Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac authored Sep 28, 2023
1 parent 0b66ec5 commit 3bf1b38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ jobs:
node-version: 18
registry-url: "https://registry.npmjs.org"
scope: "@layer5"


- name: Install deps and build
run: |
yarn
- name: Publish to npm
run: |
git config user.name "${{ github.actor }}"
Expand Down

0 comments on commit 3bf1b38

Please sign in to comment.