Skip to content

Commit

Permalink
ci: ignore errors in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
malokhvii-eduard committed Mar 24, 2023
1 parent ca54f24 commit dfe8823
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 @@ -30,4 +30,4 @@ jobs:
- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ github.token }}
run: npx semantic-release
run: npx semantic-release || true

0 comments on commit dfe8823

Please sign in to comment.