We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9130c7f + d818327 commit 26cb080Copy full SHA for 26cb080
1 file changed
.circleci/config.yml
@@ -34,6 +34,9 @@ jobs:
34
steps:
35
- attach_workspace:
36
at: ~/react-forms
37
+ - run:
38
+ name: 'Setup environment variables'
39
+ command: 'export TRAVIS_REPO_SLUG=data-driven-forms/react-forms'
40
- run:
41
name: Release new version
42
command: |
0 commit comments