Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Oct 21, 2022
1 parent aa42a6c commit e9afb89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
python-version: '3.9'
- name: Setup files and folders using cookiecutter
run: |
pip install cookiecutter
python -m pip install --upgrade pipenv cookiecutter
cookiecutter gh:front-matter/cookiecutter-invenio-rdm --no-input --config-file ./.github/default-config.yml
cd invenio-rdm
pipenv lock
- name: Generate Docker metadata
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit e9afb89

Please sign in to comment.