Skip to content

Commit

Permalink
Merge pull request #338 from QGIS-Contribution/ci/fix-release-job
Browse files Browse the repository at this point in the history
CI: fix release job by replacing unmaintained actions
  • Loading branch information
Guts authored May 13, 2024
2 parents 91ff2b6 + c11661a commit 66c82b1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,18 +190,11 @@ jobs:
# git add full project
git add ${{ env.PROJECT_FOLDER }}/
- name: Get current changelog for ${VERSION}
run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md

- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body_path: release.md
fail_on_unmatched_files: true
generate_release_notes: true

- name: Deploy plugin
run: >-
Expand Down

0 comments on commit 66c82b1

Please sign in to comment.