Skip to content

Commit

Permalink
CI - Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jun 9, 2021
1 parent c397be6 commit 9b810fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/release.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install Python requirements
run: pip install -r requirements/release.txt
run: pip install -r requirements/packaging.txt

- name : Fetch current changelog
run: qgis-plugin-ci changelog ${{ env.RELEASE_VERSION }} >> release.md
Expand Down

0 comments on commit 9b810fe

Please sign in to comment.