diff --git a/.github/workflows/custopize.yml b/.github/workflows/custopize.yml index 9472a40..aeaf795 100644 --- a/.github/workflows/custopize.yml +++ b/.github/workflows/custopize.yml @@ -124,7 +124,7 @@ jobs: EOF - name: "🔖 Create release & attach assets" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: "${{ env.RELEASE_NAME }}" tag_name: "${{ env.RELEASE_TAG }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 989125d..8dbe058 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: steps: - name: "🔖 Test release body" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: "test" tag_name: "test"