Skip to content

Commit

Permalink
chore: fix lerna package bump issue (#13228)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin Kumar <ashwsrir@amazon.com>
  • Loading branch information
ashwinkumar6 and Ashwin Kumar committed Apr 9, 2024
1 parent c194a0e commit c4cd66d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/callable-npm-publish-lts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
path: amplify-js
token: ${{ secrets.GH_TOKEN_AMPLIFY_JS_WRITE }}
# Minimal depth 0 so we can fetch all git tags.
fetch-depth: 0

- name: Setup node and build the repository
uses: ./amplify-js/.github/actions/node-and-build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/callable-npm-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
path: amplify-js
token: ${{ secrets.GH_TOKEN_AMPLIFY_JS_WRITE }}
# Minimal depth 0 so we can fetch all git tags.
fetch-depth: 0

- name: Setup node and build the repository
uses: ./amplify-js/.github/actions/node-and-build
Expand Down

0 comments on commit c4cd66d

Please sign in to comment.