Skip to content

Commit

Permalink
Merge branch 'circleci'
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed May 2, 2022
2 parents 4b5935a + d9e655a commit 9557d8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ orbs:
type: string
description: directory path of the artifacts to be uploaded
default: .
executor:
name: php/default
tag: "7.2"
executor: default
steps:
- run: ghr -t << parameters.github_token >> -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -soft ${CIRCLE_TAG} << parameters.artifact_dir >>

Expand Down

0 comments on commit 9557d8f

Please sign in to comment.