Skip to content

Merge pull request #37 from levigo/fix/NF-1351_mattermost_notification #54

Merge pull request #37 from levigo/fix/NF-1351_mattermost_notification

Merge pull request #37 from levigo/fix/NF-1351_mattermost_notification #54

name: Continuous Delivery
on:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
build:
uses: levigo/reusable-workflows/.github/workflows/continuous-delivery-np.yml@v3

Check failure on line 12 in .github/workflows/continuous-delivery.yml

View workflow run for this annotation

GitHub Actions / Continuous Delivery

Invalid workflow file

The workflow is not valid. .github/workflows/continuous-delivery.yml (Line: 12, Col: 11): Input jdkVersion is required, but not provided while calling. .github/workflows/continuous-delivery.yml (Line: 12, Col: 11): Input mattermostChannel is required, but not provided while calling.

Check failure on line 12 in .github/workflows/continuous-delivery.yml

View workflow run for this annotation

GitHub Actions / Continuous Delivery

Invalid workflow file

The workflow is not valid. .github/workflows/continuous-delivery.yml (Line: 12, Col: 11): Input jdkVersion is required, but not provided while calling. .github/workflows/continuous-delivery.yml (Line: 12, Col: 11): Input mattermostChannel is required, but not provided while calling.

Check failure on line 12 in .github/workflows/continuous-delivery.yml

View workflow run for this annotation

GitHub Actions / Continuous Delivery

Invalid workflow file

The workflow is not valid. .github/workflows/continuous-delivery.yml (Line: 12, Col: 11): Input jdkVersion is required, but not provided while calling. .github/workflows/continuous-delivery.yml (Line: 12, Col: 11): Input mattermostChannel is required, but not provided while calling.
secrets: inherit
updateReadme:
needs: build
uses: levigo/reusable-workflows/.github/workflows/update-readme-md.yml@v3
secrets: inherit
with:
releaseVersion: ${{ needs.build.outputs.releaseVersion }}