diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index db2a7b7..01d306f 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -61,7 +61,7 @@ jobs: run: git log --pretty=format:"- %s" $(git describe --tags --abbrev=0 HEAD^)..HEAD > log-since-last-tag.md - name: Create release - uses: ncipollo/release-action@v1.8.5 + uses: ncipollo/release-action@v1.9.0 with: tag: ${{ needs.gitversion.outputs.fullSemVer }} commit: ${{ github.sha }}