Skip to content

Commit

Permalink
Replace CircleCI API v2 with v1
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Oct 28, 2021
1 parent 4614b6d commit 63951be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,4 @@ jobs:
run: "${GITHUB_WORKSPACE}/.github/publish-git-tag.sh"
- name: Update doc
run: |
curl -X POST \
-H 'Circle-Token: $CIRCLE_TOKEN' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d "{\"branch\":\"${CIRCLE_BRANCH}\"}" \
https://circleci.com/api/v2/project/github/openfisca/openfisca-doc/build
curl -X POST --header 'Content-Type: application/json' -d '{"branch":"github-actions"}' https://circleci.com/api/v1.1/project/github/openfisca/openfisca-doc/build?circle-token=$CIRCLE_TOKEN
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 35.8.0-beta.2 [#1057](https://github.com/openfisca/openfisca-core/pull/1057)
## 35.8.0-beta.3 [#1057](https://github.com/openfisca/openfisca-core/pull/1057)

#### Technical changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name = 'OpenFisca-Core',
version = '35.8.0-beta.2',
version = '35.8.0-beta.3',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [
Expand Down

0 comments on commit 63951be

Please sign in to comment.