From cfd50f75b5d26c73a32dce5dd602a68e0948de74 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 17 Mar 2024 16:50:50 +0000 Subject: [PATCH] Updating workflow automation --- .github/workflows/tails.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tails.yml b/.github/workflows/tails.yml index 8564261..eb3e801 100644 --- a/.github/workflows/tails.yml +++ b/.github/workflows/tails.yml @@ -57,7 +57,7 @@ jobs: - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.GITHUB_TAG }} name: ${{ env.GITHUB_TAG }}