diff --git a/.github/workflows/docker-image-build.yaml b/.github/workflows/docker-image-build.yaml index 25eea2c4..9440fb3d 100644 --- a/.github/workflows/docker-image-build.yaml +++ b/.github/workflows/docker-image-build.yaml @@ -192,3 +192,4 @@ jobs: # payload: '{ "type":"docker-build", "repo": "${{ github.repository }}", "job": "${{ github.job }}", "workflow": "${{ github.workflow }}","status": "completed","conclusion":"${{ env.JOB_STATUS }}" }' # username: ${{ secrets.PUBLIC_MQTT_BROKER_USER }} # connectTimeout: 30000 + diff --git a/release-please-config.json b/release-please-config.json index ab6956ae..bd0c69b0 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,6 @@ { "last-release-sha": "4c44b8a5fdb3c403d6763e7e93f1bf2afe18235f", - "release-as": "11.1.3", + "release-as": "11.1.4", "release-type": "node", "prerelease": false, "draft": true,