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