Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Oct 21, 2022
1 parent e694884 commit e72582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
yarn release -d --repositoryUrl https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git
- name: Release
if: (github.event_name != 'pull_request' && contains('refs/heads/main', github.ref)) || github.event_name != 'workflow_dispatch'
if: (github.event_name != 'pull_request' && contains('refs/heads/main', github.ref))
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
Expand Down

0 comments on commit e72582c

Please sign in to comment.