Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull Request Overview
This PR reverts changes to the GitHub workflow configuration, specifically rolling back the changesets action version and removing a configuration option.
- Downgrade changesets action from v1.5.3 to v1.4.4
- Remove the
createGithubReleases: trueconfiguration parameter
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| echo "GITHUB_TOKEN=$GITHUB_TOKEN" >> $GITHUB_ENV | ||
| - name: Publishing version | ||
| uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3 | ||
| uses: changesets/action@d89c1de63c7f28ac47ec85ed395f5f1d045d4697 # v1.4.4 |
There was a problem hiding this comment.
Corrected spelling of 'worfklows' to 'workflows' in PR title.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.22 #5964 +/- ##
=======================================
Coverage ? 40.08%
=======================================
Files ? 2474
Lines ? 40256
Branches ? 9187
=======================================
Hits ? 16138
Misses ? 24091
Partials ? 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* Fix release 3.22 (#5962) * Release 3.22 (#5963) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * revert changes to worfklows (#5964) --------- Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com> Co-authored-by: saleor-deployments[bot] <97954499+saleor-deployments[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Scope of the change