Skip to content

Commit

Permalink
BREAKING CHANGE: update publish-test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 9, 2024
1 parent fbfd7be commit c9ef4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
PATCH: $[counter($MINOR, 0)]
VERSION: $MAJOR.$MINOR.$PATCH
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
commit_message: ${{ github.event.head_commit.message }}
run: |
name="Synopsys-security-scan"
echo $name
Expand All @@ -44,7 +45,6 @@ jobs:
major=$(echo $azure_extension_version | awk -F. '{print $1}')
minor=$(echo $azure_extension_version | awk -F. '{print $2}')
patch=$(echo $azure_extension_version | awk -F. '{print $3}')
commit_message=${{ github.event.head_commit.message }}
echo $commit_message
commit=$(echo "$commit_message" | awk -F: '{print $1}')
if [[ "$commit" == "BREAKING CHANGE" ]]; then
Expand Down

0 comments on commit c9ef4f2

Please sign in to comment.