You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - bug: 🐝 Cannot deploy from the root of the repo (?) #1694.
fix: Resolved a rare deployment error where the action would complain that origin/${branch_name} is not a commit and a branch cannot be created from it. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - bug: 🐝 fatal: 'origin/gh-pages' is not a commit and a branch 'gh-pages' cannot be created from it #1689.
Testing 🧪
test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (ie @v4). This was done to combat problems raised by bug: 🐝 File not found v4/lib/main.js #1697.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What's Changed
Bug Fixes 🐝
origin/${branch_name} is not a commit and a branch cannot be created from it
. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - bug: 🐝 fatal: 'origin/gh-pages' is not a commit and a branch 'gh-pages' cannot be created from it #1689.Testing 🧪
ie @v4
). This was done to combat problems raised by bug: 🐝 File not foundv4/lib/main.js
#1697.Full Changelog: v4...v4.6.8
This discussion was created from the release v4.6.8.
Beta Was this translation helpful? Give feedback.
All reactions