From b8fbd3c5e5e402bc7d807e6a128693a38f01d926 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Tue, 23 Apr 2024 18:26:50 -0700 Subject: [PATCH] Add workflow_dispatch to be able to manually retrigger a release. Summary: 0.48 failed to publish, this should allow us to re-trigger this release. Reviewed By: hick209 Differential Revision: D56474962 fbshipit-source-id: 45440599ccb5e26bacb19b9f6c01f4da5beb0cfe --- .github/workflows/publish_artifacts_on_release.yaml | 1 + 1 file changed, 1 insertion(+) 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