Skip to content

Commit

Permalink
build: use correct release secret (#399)
Browse files Browse the repository at this point in the history
* build: use correct release secret

* build: use correct release secret, use vars for committer

* fix: temporarily remove filters to test

* build: remove unnecessary context in workflow

* build: temporarily remove allowbranch restriction

* build: add url set to release script

* chore(release): updated release notes and package versions [ci skip]

* Revert "chore(release): updated release notes and package versions [ci skip]"

This reverts commit 7e821a2.

* build: put release filters back

Co-authored-by: contentful-automation[bot] <100587065+contentful-automation[bot]@users.noreply.github.com>
  • Loading branch information
MayaGillilan and contentful-automation[bot] authored Nov 11, 2022
1 parent f98c6ae commit 22ca868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
steps:
- checkout
- vault/get-secrets:
template-preset: semantic-release
- run: git config --global user.email "prd-dev-workflows+ecosystem-bot@contentful.com"
- run: git config --global user.name "contentful-ecosystem-bot"
template-preset: semantic-release-ecosystem
- run: git config --global user.email $GIT_COMMITTER_EMAIL
- run: git config --global user.name $GIT_COMMITTER_NAME
- run: git remote set-url origin "https://$GIT_AUTHOR_NAME:$GITHUB_TOKEN@github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
- npm_install
- run: npm run build
- run: npm run lerna -- version --no-private --conventional-commits --create-release github --yes
Expand All @@ -76,7 +77,6 @@ workflows:
- vault
- release:
context:
- semantic-release-js
- vault
filters:
branches:
Expand Down

0 comments on commit 22ca868

Please sign in to comment.