Skip to content

Commit ae5299b

Browse files
committed
move export up
1 parent a8c3dee commit ae5299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ jobs:
160160
python -m pip install -r vetiver-testing/vetiver-requirements.txt
161161
- name: run RStudio Connect
162162
run: |
163+
export RSC_LICENSE=${{ secrets.RSC_LICENSE }}
163164
docker-compose up --build -d
164165
pip freeze > requirements.txt
165-
export RSC_LICENSE=${{ secrets.RSC_LICENSE }}
166166
make dev
167167
env:
168168
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)