Skip to content

Commit

Permalink
Running github actions another time
Browse files Browse the repository at this point in the history
  • Loading branch information
COGNET, JULIEN committed Jan 29, 2023
1 parent 1c8ed01 commit 2f78bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 2f78bbf

Please sign in to comment.