Skip to content

Commit

Permalink
Update create-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse authored Sep 18, 2024
1 parent 9fdc0e6 commit d11da7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Verify that the current branch's name starts with 'release-'
run: ./.github/scripts/verify_is_on_release_branch.sh

- name: Validate content of sec-scanners-config.yaml
run: ./.github/scripts/check_sec-scanners-config.sh ${{ github.event.inputs.version }}

- name: Verify that the tag ${{ github.event.inputs.version }} does not exist
run: ./.github/scripts/check_tag_does_not_exist.sh ${{ github.event.inputs.version }}

Expand Down

0 comments on commit d11da7b

Please sign in to comment.