From 53c7f2dbefeebc05f1cb3c51ca8ac49482c23c68 Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 14 Jan 2025 15:10:04 -0800 Subject: [PATCH] Update aftman workflow properly this time --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b85effdab..7750b50e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: targets: ${{ matrix.target }} - name: Setup Aftman - uses: ok-nick/setup-aftman@v0.1.0 + uses: ok-nick/setup-aftman@v0.4.2 with: token: ${{ secrets.GITHUB_TOKEN }} trust-check: false