Skip to content

Commit

Permalink
chore(ci): checkout files when updating package-lock (#28778)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
liamdebeasi authored Jan 9, 2024
1 parent e45fe98 commit 28752ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
needs: [finalize-release]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Lerna does not automatically bump versions
# of Ionic dependencies that have changed,
# so we do that here.
Expand Down

0 comments on commit 28752ac

Please sign in to comment.