Skip to content

Commit

Permalink
Add env to release workflow (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Sep 25, 2023
1 parent e152394 commit 513e3af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,13 @@ jobs:
- name: Install PDM
run: pipx install pdm

- name: Run CI checks
run: pdm install; pdm run all
- name: Run install
run: pdm install

- name: Run all checks
run: pdm run all
env:
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}

- name: Publish stable image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 513e3af

Please sign in to comment.