Skip to content

Commit acc0b09

Browse files
authored
ci: fix publish (#466)
1 parent 4f83c60 commit acc0b09

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Publish
22

33
on:
44
push:
5-
branches:
6-
- 'master'
75
tags:
86
- 'v*'
97
paths:
@@ -41,7 +39,6 @@ jobs:
4139
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4240

4341
- name: Set Working Directory
44-
if: github.event.inputs.workspace != ''
4542
env:
4643
IS_PUSH: ${{ github.event_name == 'push' }}
4744
IS_PLUGIN: ${{ startsWith(github.event.inputs.workspace, 'plugin-') }}

0 commit comments

Comments
 (0)