diff --git a/.github/workflows/new_tag_release.yaml b/.github/workflows/new_tag_release.yaml index 4d5b1f4b..f1f408b2 100644 --- a/.github/workflows/new_tag_release.yaml +++ b/.github/workflows/new_tag_release.yaml @@ -245,7 +245,7 @@ jobs: run: | echo ::set-output name=tag::${GITHUB_REF:11} - name: "Create release" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: name: Release ${{ steps.vars.outputs.tag }}