Skip to content

Merge pull request #1533 from aeternity/release/v1.1.0 #1

Merge pull request #1533 from aeternity/release/v1.1.0

Merge pull request #1533 from aeternity/release/v1.1.0 #1

Workflow file for this run

name: release
on:
push:
tags: [ v* ]
jobs:
publish:

Check failure on line 8 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [ validate ]
secrets: inherit
with:
BUILD_ARGS: REVISION=${{ github.sha }}
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: prd
DEPLOY_APP: ${{ github.event.repository.name }}
DEPLOY_TAG: ${{ github.ref_name }}