diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 281c798..ab4d948 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: - name: Publish if: ${{ contains(github.ref, '/tags/') }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: ${{ steps.create_tarball.outputs.TARBALL_PATH }} env: