diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index e9108cf8..f0cf2e43 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -65,7 +65,7 @@ jobs: excludeTypes: '' - name: Create release - uses: ncipollo/release-action@v1.15.0 + uses: ncipollo/release-action@v1.16.0 with: tag: ${{ steps.gitversion.outputs.semVer }} token: ${{ github.token }}