Skip to content

Commit

Permalink
ci: fix auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC committed Nov 22, 2024
1 parent ccf27df commit a33c22d
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 76 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ on:
jobs:
release:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2

- name: Prepare repository
run: git fetch --unshallow --prune --tags

- name: Unset header
# checkout@v2 adds a header that makes branch protection report errors ):
run: git config --local --unset http.https://github.com/.extraheader
with:
token: ${{ secrets.RELEASE_BOT_TOKEN }}

- name: Read .nvmrc
id: nvm
Expand Down
127 changes: 65 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"update:figma": "lerna run update:figma --"
},
"dependencies": {
"@auto-it/all-contributors": "11.1.6",
"@auto-it/first-time-contributor": "11.1.6",
"@auto-it/npm": "11.1.6",
"@auto-it/released": "11.1.6",
"@auto-it/slack": "11.1.6",
"@auto-it/all-contributors": "11.3.0",
"@auto-it/first-time-contributor": "11.3.0",
"@auto-it/npm": "11.3.0",
"@auto-it/released": "11.3.0",
"@auto-it/slack": "11.3.0",
"@bissolli/storybook-css-properties": "0.0.14",
"@brightlayer-ui/storybook-rtl-addon": "1.1.0",
"@carbon/icons-react": "11.17.0",
Expand All @@ -56,7 +56,7 @@
"@types/uuid": "8.3.4",
"ast-types": "0.14.2",
"auditjs": "4.0.45",
"auto": "11.1.6",
"auto": "11.3.0",
"babel-eslint": "11.0.0-beta.2",
"babel-preset-razzle": "4.2.18",
"chokidar": "3.5.3",
Expand All @@ -74,7 +74,7 @@
},
"devDependencies": {
"chalk": "5.2.0",
"chromatic": "11.4.1"
"chromatic": "11.18.1"
},
"workspaces": [
"system/*"
Expand Down

0 comments on commit a33c22d

Please sign in to comment.