Skip to content

chore(release): released version console-web/v2.27.2 #2

chore(release): released version console-web/v2.27.2

chore(release): released version console-web/v2.27.2 #2

name: Release Deploy Web
on:
push:
branches:
- main
paths:
- 'apps/deploy-web/package.json'
jobs:
release:
name: Create Release
uses: ./.github/workflows/create-github-release.yml
secrets: inherit
with:
app: deploy-web
build-beta:
needs: release
name: Build Docker image
uses: ./.github/workflows/build-image.yml

Check failure on line 21 in .github/workflows/release-deploy-web.yml

View workflow run for this annotation

GitHub Actions / Release Deploy Web

Invalid workflow file

The workflow is not valid. In .github/workflows/release-deploy-web.yml (Line: 21, Col: 11): Error from called workflow akash-network/console-ci-test/.github/workflows/build-image.yml@72a94109cef9a0c2cd2813916f4a8c1434957014 (Line: 24, Col: 15): Unexpected value 'choice' In .github/workflows/release-deploy-web.yml (Line: 21, Col: 11): Error from called workflow akash-network/console-ci-test/.github/workflows/build-image.yml@72a94109cef9a0c2cd2813916f4a8c1434957014 (Line: 25, Col: 9): Unexpected value 'options'
secrets: inherit
permissions:
contents: write
packages: write
with:
tag: ${{ needs.release.outputs.version }}-beta
deployment-env: staging
build-prod:
needs: release
name: Build Docker image
uses: ./.github/workflows/build-image.yml
secrets: inherit
permissions:
contents: write
packages: write
with:
tag: ${{ needs.release.outputs.version }}
deployment-env: production