Skip to content

Commit

Permalink
chore(ci): Add environment release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse-numerous committed May 17, 2024
1 parent 64bf721 commit 5f29f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
name: Release
environment: release
needs:
- lint
- test
Expand All @@ -93,7 +94,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"
cache: "pip"
- uses: actions/download-artifact@v4
id: download
Expand Down

0 comments on commit 5f29f52

Please sign in to comment.