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 17, 2024
1 parent 50c3242 commit f9c8972
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
RELEASE_VERSION=$(./scripts/get_next_release_version.sh "$current_branch")
echo "release_version=$RELEASE_VERSION" >> $GITHUB_OUTPUT
- name: Check if tags in sec_scanners_config.yaml match the release version
env:
RELEASE_VERSION: ${{ steps.release-version.outputs.release_version }}
run: ./scripts/check_tags_in_sec_scanners_config.sh $RELEASE_VERSION

create-draft:
name: Create the draft release
needs: verify-release
Expand Down

0 comments on commit f9c8972

Please sign in to comment.