diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad7ef9a..da0ccec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: docker push quay.io/${{ github.repository }}:${IMAGE_TAG} - name: publish release if: ${{ startsWith(github.ref, 'refs/tags/') }} - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v0.1.15 with: body: "# magic-mirror ${{ github.ref_name }}\n- See the [CHANGELOG](https://github.com/${{