Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
update workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 18, 2024
1 parent a4d3417 commit 83767e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: "lts/*"
cache: "yarn"

- name: Add Git submodule present at example/*
- name: Add Git submodules present at example/*
run: git submodule update --init --recursive

- name: Installing dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "lts/*"
cache: "yarn"

- name: Add Git submodule present at example/*
- name: Add Git submodules present at example/*
run: git submodule update --init --recursive

- name: Install dependencies
Expand Down

0 comments on commit 83767e7

Please sign in to comment.