Skip to content

Commit 86f54c4

Browse files
fix: revert unintentional canary release [INC-970] (#2442)
1 parent da929c7 commit 86f54c4

3 files changed

Lines changed: 13 additions & 33 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ jobs:
4242
fetch-depth: 0
4343
ref: ${{ github.event.workflow_run.head_branch || github.ref }}
4444
token: ${{ steps.vault.outputs.GITHUB_TOKEN }}
45-
46-
- name: Track main branch
47-
run: |
48-
# Only create local main reference if we aren't currently on it
49-
if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then
50-
git branch -f main origin/main
51-
fi
5245

5346
- name: Get Automation Bot User ID
5447
id: get-user-id

package-lock.json

Lines changed: 12 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lint-staged": "lint-staged"
3838
},
3939
"dependencies": {
40-
"contentful-management": "^12.0.0-new-beta.11"
40+
"contentful-management": "^11.67.0"
4141
},
4242
"devDependencies": {
4343
"@rollup/plugin-commonjs": "^29.0.0",

0 commit comments

Comments
 (0)