We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77cfdd commit 17b4e15Copy full SHA for 17b4e15
1 file changed
.github/workflows/release.yml
@@ -32,14 +32,12 @@ jobs:
32
needs: lint
33
permissions:
34
id-token: write
35
- uses: homebridge/.github/.github/workflows/npm-publish-esm.yml@latest
+ uses: homebridge/.github/.github/workflows/npm-publish-oidc.yml@latest
36
with:
37
tag: 'beta'
38
dynamically_adjust_version: true
39
npm_version_command: 'pre'
40
pre_id: 'beta'
41
- secrets:
42
- npm_auth_token: ${{ secrets.npm_token }}
43
44
# 4️⃣ Create GitHub pre-release
45
beta-pre-release:
0 commit comments