aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Corti <ncor@meta.com>2024-04-23 18:26:50 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-04-23 18:26:50 -0700
commitb8fbd3c5e5e402bc7d807e6a128693a38f01d926 (patch)
treeb5f5c43e603b375442b0cd08b35733dc14ded343
parent54dfc1afa836cd1a437c918d1773fb7d514a4725 (diff)
downloadktfmt-b8fbd3c5e5e402bc7d807e6a128693a38f01d926.tar.gz
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
-rw-r--r--.github/workflows/publish_artifacts_on_release.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish_artifacts_on_release.yaml b/.github/workflows/publish_artifacts_on_release.yaml
index 85ecb96..7ccfbe5 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