Skip to content

Commit

Permalink
Update prepare-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Feb 19, 2024
1 parent 8272cc8 commit 0b87e60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Commit Attrs
run: |
git commit -m "Update attrs values before release" dkist/data/api_search_values.json
git commit -m "Update attrs values before release [skip ci]" dkist/data/api_search_values.json
- name: Push
run: git push
Expand All @@ -70,6 +70,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Install dkist
run: |
python -m pip install .
- name: Install towncrier
run: python -m pip install --upgrade towncrier
Expand Down

0 comments on commit 0b87e60

Please sign in to comment.