Skip to content

CLI | Improve Performance In Results Show Command (AST-70015) (#928) #268

CLI | Improve Performance In Results Show Command (AST-70015) (#928)

CLI | Improve Performance In Results Show Command (AST-70015) (#928) #268

Workflow file for this run

name: Nightly Release
permissions:
id-token: write
contents: write
on:
push:
branches:
- main
jobs:
delete_tag:
runs-on: ubuntu-latest
steps:
- name: Delete release
uses: dev-drprasad/delete-tag-and-release@5eafd8668311bf3e4d6c1e9898f32a317103de68 #v0.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
delete_release: true
tag_name: 2.0.0-nightly
nightly:
needs: delete_tag
uses: Checkmarx/ast-cli/.github/workflows/release.yml@main
with:
tag: "2.0.0-nightly"
secrets: inherit