Skip to content

Commit

Permalink
Fixed param usage
Browse files Browse the repository at this point in the history
Summary:
Based on this here
https://github.com/kubevirt/hyperconverged-cluster-operator/blob/54462873dd1cb42da28296c5bb3b6dbb8ede37ec/.github/workflows/build-push-images.yaml#L28

Hopefully things work this time.

Previous failure => https://github.com/facebook/ktfmt/actions/runs/8820750772/workflow

Reviewed By: cortinico

Differential Revision: D56528305

fbshipit-source-id: 78cbc46f332e677f56db881f960041528cf76c21
  • Loading branch information
Nivaldo Bondança authored and facebook-github-bot committed Apr 24, 2024
1 parent d0b5b8f commit 24148bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_artifacts_on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
ref: ref/tags/${{ github.events.release.tag_name || inputs.release_tag }}
with:
ref: ${{ github.events.release.tag_name || inputs.release_tag || github.ref }}
- name: Set up Maven Central Repository
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 24148bb

Please sign in to comment.