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 5f77a35 commit b52748eCopy full SHA for b52748e
.github/workflows/beta-release.yml
@@ -22,7 +22,7 @@ jobs:
22
if: ${{ github.repository == 'OpenWonderLabs/node-switchbot' }}
23
permissions:
24
id-token: write
25
- uses: OpenWonderLabs/.github/.github/workflows/npm-publish.yml@latest
+ uses: OpenWonderLabs/.github/.github/workflows/npm-publish-esm.yml@latest
26
with:
27
tag: 'beta'
28
dynamically_adjust_version: true
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
secrets:
npm_auth_token: ${{ secrets.npm_token }}
0 commit comments