Skip to content

Commit

Permalink
chore: do not fail publishing on ide plugin upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 8, 2024
1 parent 588e694 commit 435d040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:

- name: Publish new plugin version
run: ./gradlew debugger:ideplugin:publishPlugin --no-configuration-cache
continue-on-error: true # TODO: Remove once verified works
env:
CHANGELOG: ${{steps.build_changelog.outputs.changelog}}

Expand Down

0 comments on commit 435d040

Please sign in to comment.