diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index f711b40a..4b3d5cb6 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.14.0 + uses: ncipollo/release-action@v1.15.0 with: tag: ${{ steps.gitversion.outputs.semVer }} token: ${{ github.token }}