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 2010a41 commit 58cff4aCopy full SHA for 58cff4a
.github/workflows/publish-package-on-release.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Build plugin
21
run: npm run build
22
- name: Publish plugin
23
- run: npm publish --tag ${{ github.events.release.prerelease && 'preview' || 'latest' }}
+ run: npm publish --tag ${{ github.event.release.prerelease && 'preview' || 'latest' }}
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments