diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f53c8e..afaa6dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: yarn yarn build - name: Perform Github Release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v1 with: name: v${{ env.RELEASE_VERSION }} tag_name: v${{ env.RELEASE_VERSION }} diff --git a/README.md b/README.md index d56814a..6579df1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # Budibase-radar-chart ## Description -Budibase Radar Chart Component. -It allows you to add a radar to your budibase application. It must be inserted inside a data provider. - +Budibase Radar Chart Component. It allows you to add a radar to your budibase application. It must be inserted inside a data provider. + ![](./radar_screenshot.PNG) Find out more about [Budibase](https://github.com/Budibase/budibase).