From c76a2b86824bf486b4377500f9bc82054b4643fb Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Wed, 3 Jan 2024 13:47:30 +0000 Subject: [PATCH] update release.yml dep --- .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 846644e6..34eba8f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: https://github.com/${{ github.repository }}/archive/${{ github.ref }}.tar.gz - name: CREATE RELEASE id: create-release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: token: ${{ secrets.REPO_SCOPED_TOKEN }} allowUpdates: true