diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index e19f105..77ef76f 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -52,7 +52,7 @@ jobs: git push --tags working-directory: ${{ github.workspace }}/ghostfolio - name: Create release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 with: tag_name: v${{ steps.semver.outputs.semver }} body_path: CHANGELOG.txt