Skip to content

Release Nightly

Release Nightly #19

name: Release Nightly
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
release-nightly:
name: Nightly release
if: github.event_name != 'schedule' || github.repository == 'keycloak/keycloak-nodejs-connect'
uses: ./.github/workflows/x-release.yml

Check failure on line 13 in .github/workflows/release-nightly.yml

View workflow run for this annotation

GitHub Actions / Release Nightly

Invalid workflow file

The workflow is not valid. In .github/workflows/release-nightly.yml (Line: 13, Col: 11): Error from called workflow mposolda/keycloak-nodejs-connect/.github/workflows/x-release.yml@a533d0fb420d58cfa9e20e5ec2b0b815c06d7fd5 (Line: 132, Col: 13): Job 'show-output' depends on unknown job 'create-tags'.
with:
gh-org: mposolda # TODO:mposolda
branch: ${{ github.ref_name }}
tag: nightly
nightly: true
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}