8000 chore(ci): checkout files when updating package-lock (#28778) · ionic-team/ionic-framework@28752ac · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 28752ac

Browse files
authored
chore(ci): checkout files when updating package-lock (#28778)
In #28697 I moved the package-lock work to its own step to lets us re-run that if it fails. However, I forgot to checkout the project files in that step, so there was no `package-lock.json` file to update [resulting in an error](https://github.com/ionic-team/ionic-framework/actions/runs/7398703880/job/20128761433).
1 parent e45fe98 commit 28752ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
needs: [finalize-release]
7979
runs-on: ubuntu-latest
8080
steps:
81+
- uses: actions/checkout@v3
8182
# Lerna does not automatically bump versions
8283
# of Ionic dependencies that have changed,
8384
# so we do that here.

0 commit comments

Comments
 (0)
0