From 627ff3c9e80cd6f42b4ddd03e205c6626c9c3b42 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 1 Apr 2024 17:17:45 -0700 Subject: [PATCH] Update to softprops/action-gh-release@v2 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e6e1b46..42d5e7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: name: ${{ needs.build.outputs.artifact_name }} path: dist/ - name: Create GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GH_TOKEN }} fail_on_unmatched_files: true