Skip to content

Commit 20986ad

Browse files
committed
chore(ci): Update release workflow
1 parent 2963545 commit 20986ad

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/workflows/release.yaml

+8-15
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,17 @@ jobs:
2020
shell: bash -el {0}
2121

2222
steps:
23-
- name: Checkout
24-
uses: actions/checkout@v3
25-
with:
26-
fetch-depth: 0
23+
- name: Checkout Code Repository
24+
uses: actions/checkout@v4
2725

28-
- uses: mamba-org/setup-micromamba@v1
26+
- uses: conda-incubator/setup-miniconda@v3
2927
with:
28+
miniconda-version: "latest"dev
3029
environment-file: conda/release.yaml
31-
condarc-file: .github/workflows/.condarc
32-
micromamba-binary-path: ${{ runner.temp }}/bin/micromamba
33-
micromamba-root-path: ${{ runner.temp }}/micromamba
34-
environment-name: pydantic-to-django-model-release
35-
generate-run-shell: false
36-
create-args: -v
37-
init-shell: >-
38-
bash
39-
# cache-environment: true
40-
post-cleanup: 'all'
30+
channels: conda-forge,nodefaults
31+
activate-environment: pydantic-to-django-model-release
32+
auto-update-conda: true
33+
conda-solver: libmamba
4134

4235
- name: Create file with environment variables
4336
run: touch .env

0 commit comments

Comments
 (0)