Skip to content

Commit

Permalink
Update publish-shell workflow with corepack (#11820)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo authored Sep 4, 2024
1 parent 95e20a2 commit b10fd35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release-shell-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ jobs:
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-node@v4
- name: Enable Corepack
run: corepack enable

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'

- name: Check Tags Version Matching
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/check-package-tag-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BASE_DIR="$(
pwd
)"
SHELL_DIR=$BASE_DIR/shell
CREATORS_DIR=$BASE_DIR/shell/creators/extension
CREATORS_DIR=$BASE_DIR/creators/extension

echo "TAG ${TAG}"

Expand Down

0 comments on commit b10fd35

Please sign in to comment.