Skip to content

Commit

Permalink
Update beta-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 29, 2023
1 parent 36dd132 commit 86ea73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
with:
tag: 'test'
tag: 'beta'
dynamically_adjust_version: true
npm_version_command: 'pre'
pre_id: 'test'
pre_id: 'beta'
install_cmd: npm ci && cd ui && npm ci
secrets:
npm_auth_token: ${{ secrets.npm_token }}

0 comments on commit 86ea73f

Please sign in to comment.