we are using this setup in many places within our workflows, but the $(yarn cache dir) syntax is what throws errors with the version update, so places with that usage are the only ones i've updated for now.
it's not publishing a release but i'm getting this message This test run was triggered on the branch tabatha/trigger-workflow, while semantic-release is configured to only publish from develop, therefore a new version won’t be published. So i think it's working
two notable syntax changes here:
breaking changes to octokit in
github-script@v5
: https://github.com/actions/github-script#breaking-changes-in-v5 https://octokit.github.io/rest.js/v19#repos-update-branch-protectionactions/setup-node@v3
now has build in cache features: https://stackoverflow.com/a/62244232 https://github.com/actions/setup-node/blob/main/action.yml#L24we are using this setup in many places within our workflows, but the
$(yarn cache dir)
syntax is what throws errors with the version update, so places with that usage are the only ones i've updated for now.workflows running on v3
testing here: https://github.com/newrelic/developer-website/pull/2232
This test run was triggered on the branch tabatha/trigger-workflow, while semantic-release is configured to only publish from develop, therefore a new version won’t be published.
So i think it's working