Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 19, 2023
1 parent 649d219 commit 568daf8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2.2.4
with:
version: latest

- uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: "pnpm"
registry-url: "https://npm.pkg.github.com"
# Defaults to the user or organization that owns the workflow file
scope: "@agoraio-extensions"

- name: Setup
uses: ./.github/actions/setup

- name: Setup Dependencies 💚
run: |
pnpm install
Expand Down

0 comments on commit 568daf8

Please sign in to comment.