From 22f31a6feb4f2ba9eaf2bed8adff5159037ce8f8 Mon Sep 17 00:00:00 2001 From: Thomas Rasch Date: Wed, 7 Aug 2024 09:33:13 +0200 Subject: [PATCH] Checkout input --- .github/workflows/homebrew.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index fa53ab6..668fd28 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -13,7 +13,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v3 - ref: ${{ inputs.tag_name }} + with: + ref: ${{ inputs.tag_name }} - name: Build the executable for release run: swift build -c release --arch arm64 --arch x86_64 --product mvt - name: Compress the archive