diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2ea220c..b0d8dee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,7 +91,7 @@ jobs: - name: Github Release id: github_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: ${{ env.VERSION }} tag_name: ${{ github.ref_name }}