From f48d3f4850c44289abb446608eea463ff822f7db Mon Sep 17 00:00:00 2001 From: Mike Stipicevic Date: Tue, 4 Feb 2025 17:23:45 +0100 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 Dependabot will do this immediately to any repository that is based off of this template. There do not seem to be any breaking changes associated with this version bump. --- template/.github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/cd.yml b/template/.github/workflows/cd.yml index 7b51b97..e5f6245 100644 --- a/template/.github/workflows/cd.yml +++ b/template/.github/workflows/cd.yml @@ -104,7 +104,7 @@ jobs: shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256 fi - name: Releasing assets - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | target/{{ "${{ matrix.job.target }}" }}/release/{{project-name}}-*.tar.gz