Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #214 from cloudalchemy/superq/envs
Browse files Browse the repository at this point in the history
Fix circleci ENV
  • Loading branch information
SuperQ authored Apr 11, 2021
2 parents e6a4364 + c54ed14 commit e838d8f
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 @@ -46,12 +46,12 @@ jobs:
fi
release:
executor: publisher
environment:
PROJECT_USERNAME: $CIRCLE_PROJECT_USERNAME
PROJECT_REPONAME: $CIRCLE_PROJECT_REPONAME
steps:
- checkout
- run: create_release
- run: |
PROJECT_USERNAME="${CIRCLE_PROJECT_USERNAME}" \
PROJECT_REPONAME="${CIRCLE_PROJECT_REPONAME}" \
create_release
galaxy:
executor: python
Expand Down

0 comments on commit e838d8f

Please sign in to comment.