Skip to content

Commit

Permalink
Add workflow_dispatch to be able to manually retrigger a release.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and facebook-github-bot committed Apr 24, 2024
1 parent 54dfc1a commit b8fbd3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_artifacts_on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8fbd3c

Please sign in to comment.