Skip to content

Bump dependabot/fetch-metadata from 2.0.0 to 2.2.0 (#335) #97

Bump dependabot/fetch-metadata from 2.0.0 to 2.2.0 (#335)

Bump dependabot/fetch-metadata from 2.0.0 to 2.2.0 (#335) #97

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@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
with:
tag: "1.0.0-SNAPSHOT"
dev: true
cliTag: "2.0.0-nightly"
secrets: inherit