diff --git a/.github/workflows/publish_artifacts_on_release.yaml b/.github/workflows/publish_artifacts_on_release.yaml index 85ecb96f..7ccfbe5f 100644 --- a/.github/workflows/publish_artifacts_on_release.yaml +++ b/.github/workflows/publish_artifacts_on_release.yaml @@ -10,6 +10,7 @@ name: Publish package to Maven Central and JetBrains Marketplace on: release: types: [created] + workflow_dispatch: jobs: publish: runs-on: ubuntu-latest