Skip to content

Commit

Permalink
fix action and release 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt committed Aug 20, 2022
1 parent b37aaee commit 3372e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pip install qgis-plugin-ci

- name : Get current changelog
run: qgis-plugin-ci changelog ${{ env.CI_COMMIT_TAG }} >> release.md
run: qgis-plugin-ci changelog ${{ env.RELEASE_VERSION }} >> release.md

- name: Create release on GitHub
uses: ncipollo/release-action@v1.10.0
Expand Down

0 comments on commit 3372e72

Please sign in to comment.