Skip to content

Update release.yml #186

Update release.yml

Update release.yml #186

Workflow file for this run

name: Nightly Release
on:
push:
branches:
- main
jobs:
delete_tag:
runs-on: ubuntu-latest
steps:
- name: Delete release
uses: dev-drprasad/delete-tag-and-release@8cd619d00037e4aeb781909c9a6b03940507d0da # v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
delete_release: true
tag_name: 1.0.0-SNAPSHOT
nightly:
needs: delete_tag
uses: CheckmarxDev/ast-cli-java-wrapper/.github/workflows/release.yml@main

Check failure on line 21 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/nightly.yml" -> "CheckmarxDev/ast-cli-java-wrapper/.github/workflows/release.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
tag: "1.0.0-SNAPSHOT"
dev: true
cliTag: "2.0.0-nightly"
secrets: inherit