Skip to content

Commit

Permalink
Merge pull request #92 from geotribu/ci/use-renewed-release-job
Browse files Browse the repository at this point in the history
Change to a maintained job to create release
  • Loading branch information
Guts authored Sep 6, 2022
2 parents e6dc109 + 186fc22 commit f9e6ca3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,11 @@ jobs:
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@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body_path: release.md
fail_on_unmatched_files: true
files: release.md
generate_release_notes: true

- name: Deploy plugin
run: >-
Expand Down

0 comments on commit f9e6ca3

Please sign in to comment.