Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Install packages
run: pipenv install
- name: Deploy
run: make deploy
run: pipenv run make deploy
- name: Zip Sample Data
run: make release-zip-sample-data
run: pipenv run make release-zip-sample-data
- name: Publish Sample Data
uses: actions/upload-artifact@v4
with:
Expand All @@ -39,4 +39,4 @@ jobs:
- name: Sync Labels
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.LABEL_TOKEN }}
run: make labels
run: pipenv run make labels