Skip to content

v1.27.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 19:00
· 158 commits to master since this release

🚀 Updates

  • Removed the concurrency limit when running persistent tasks.

🐞 Fixes

  • Fixed an issue where task scripts would error with "command not found" (caused by over
    escaping/quoting).
  • Fixed an issue where a persistent task may not run or error with a missing dependency hash, if ran
    alongside many other persistent tasks.
  • Fixed an issue where "build" dependencies were being synced as project references.
  • Fixed an issue where the install depenencies action wouldn't run if the vendor directory
    (node_modules) was missing, but our operation was previously cached.
  • Fixed an issue where token variables were not being replaced in task scripts.