Skip to content

Commit

Permalink
Merge pull request NationalBankBelgium#2539 from SuperITMan/bugfix/fi…
Browse files Browse the repository at this point in the history
…x-release-gh-pages-publish-author

Bugfix/fix release gh pages publish author
  • Loading branch information
nicanac committed Mar 15, 2021
2 parents f34c50d + 35e9b6d commit 99a0664
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- master
- /^\d+\.\d+\.x$/
tags:
- "*"
pull_request:
branches:
- master
- /^\d+\.\d+\.x$/

env:
TZ: "Europe/Brussels"
Expand Down
2 changes: 1 addition & 1 deletion gh-deploy.sh
Expand Up @@ -21,7 +21,7 @@ EXPECTED_REPOSITORY="NationalBankBelgium/stark"
GH_ACTIONS_TAG=${GH_ACTIONS_TAG:-""}
GITHUB_EVENT_NAME=${GITHUB_EVENT_NAME:-""}

COMMIT_AUTHOR_USERNAME="Github Actions CI"
COMMIT_AUTHOR_USERNAME="Github-Actions-CI"
COMMIT_AUTHOR_EMAIL="alexis.georges@nbb.be"

STARK_CORE="stark-core"
Expand Down
3 changes: 2 additions & 1 deletion release-publish.sh
Expand Up @@ -27,7 +27,8 @@ GH_ACTIONS_TAG=${GH_ACTIONS_TAG:-""}
#----------------------------------------------
#LOGS_DIR=./.tmp/stark/logs
#mkdir -p ${LOGS_DIR}
#touch ${LOGS_DIR}/build-perf.log
#LOGS_FILE=${LOGS_DIR}/build-perf.log
#touch ${LOGS_FILE}
#GITHUB_ACTIONS=true
#GITHUB_REPOSITORY="NationalBankBelgium/stark"

Expand Down

0 comments on commit 99a0664

Please sign in to comment.