Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:

- name: Publish to NPM
run: npm publish --access public --tag ${{ steps.version.outputs.tag }} --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ubidots/react-html-canvas",
"version": "0.2.9",
"version": "0.2.10",
"description": "React library to interact with Ubidots Dashboards from HTML Canvas widgets (Provider + hooks + actions)",
"license": "MIT",
"author": "Ubidots",
Expand Down
Loading