Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies committed Apr 28, 2024
1 parent 4a9ecc1 commit 5c18291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish BETA
name: Publish DEV

on:
release:
Expand Down Expand Up @@ -32,6 +32,6 @@ jobs:
- run: |
npm install
npm run build
npm publish --access public --tag beta
npm publish --access public --tag dev
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_TKN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-unifi-os",
"version": "1.0.0-beta.1",
"version": "1.0.0-dev.0",
"description": "Nodes to access UniFi data using endpoints and websockets",
"main": "build/nodes/unifi.js",
"scripts": {
Expand Down

0 comments on commit 5c18291

Please sign in to comment.