Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-28 | ci: fix path filtering in installer workflow | Marc Cornellà | |
See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths | |||
2023-09-17 | ci(installer): remove `vc link` which generates the wrong project | Marc Cornellà | |
`vc link` is not needed, as we already have `VERCEL_PROJECT_ID` defined as an env variable. Currently the `vc link` only creates a second empty project with the name `installer` as seen in logs: Linked to ohmyzsh/installer (created .vercel and added it to .gitignore) Vercel CLI 32.2.4 | |||
2023-06-02 | feat(install): deploy installer to install.ohmyz.sh (#11722) | Carlo Sala | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> |