We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdef0d commit 125f262Copy full SHA for 125f262
1 file changed
.github/workflows/release.yml
@@ -27,9 +27,9 @@ jobs:
27
- name: Install packages
28
run: pipenv install
29
- name: Deploy
30
- run: make deploy
+ run: pipenv run make deploy
31
- name: Zip Sample Data
32
- run: make release-zip-sample-data
+ run: pipenv run make release-zip-sample-data
33
- name: Publish Sample Data
34
uses: actions/upload-artifact@v4
35
with:
@@ -39,4 +39,4 @@ jobs:
39
- name: Sync Labels
40
env:
41
GITHUB_ACCESS_TOKEN: ${{ secrets.LABEL_TOKEN }}
42
- run: make labels
+ run: pipenv run make labels
0 commit comments