Merge pull request #450 from Checkmarx/feature/update_cli_2.3.40 #185
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| with: | ||
| tag: "1.0.0-SNAPSHOT" | ||
| dev: true | ||
| cliTag: "2.0.0-nightly" | ||
| secrets: inherit | ||