diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e71b4d..9cb5e13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV - name: Create GitHub Release and Upload Files - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.ref_type == 'tag' with: name: ${{ github.event.repository.name }}-${{ env.VERSION }}