Skip to content

Commit

Permalink
fix(cicd): allow failure on release action
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 28, 2022
1 parent 8adf0f1 commit a78309a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
- name: Create GitHub release
uses: "marvinpinto/action-automatic-releases@latest"
if: startsWith(github.ref, 'refs/tags/v')
continue-on-error: true
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit a78309a

Please sign in to comment.