Skip to content

Commit a6cd630

Browse files
committed
chore: fix release workflow
1 parent af8c6ca commit a6cd630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
yarn release -d --repositoryUrl https://x-access-token:[email protected]/$GITHUB_REPOSITORY.git
7777
7878
- name: Release
79-
if: (github.event_name != 'pull_request' && contains('refs/heads/main', github.ref)) || github.event_name != 'workflow_dispatch'
79+
if: (github.event_name != 'pull_request' && contains('refs/heads/main', github.ref))
8080
env:
8181
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
8282
run: |

0 commit comments

Comments
 (0)