From a3b3e4fa592524fa9851e365675e65088339875a Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 26 Apr 2025 01:10:49 -0700 Subject: [PATCH] wip --- .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 01cf3f21..8995306e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,10 +139,10 @@ jobs: uses: softprops/action-gh-release@v2 env: NODE_VERSION: ${{ env.NODE_VERSION }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: name: Release ${{ github.ref_name }} tag_name: ${{ github.ref }} + token: ${{ secrets.GITHUB_TOKEN }} files: | artifacts/**/*.dmg artifacts/**/*.snap