Skip to content

Commit 58cff4a

Browse files
committed
Fixed typo
1 parent 2010a41 commit 58cff4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Build plugin
2121
run: npm run build
2222
- name: Publish plugin
23-
run: npm publish --tag ${{ github.events.release.prerelease && 'preview' || 'latest' }}
23+
run: npm publish --tag ${{ github.event.release.prerelease && 'preview' || 'latest' }}
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)