Skip to content

Update ci.yml to havr 79.7 % on Integration tests #260

Update ci.yml to havr 79.7 % on Integration tests

Update ci.yml to havr 79.7 % on Integration tests #260

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