diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d15016e..0fe4ef5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: id: get-version run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/} - name: "Create GitHub release" - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref }} name: "${{ steps.get-version.outputs.VERSION }}"