Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jan 30, 2025
1 parent 45a376b commit 1412e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
if [ "${{ inputs.dev }}" == "true" ]; then
echo "EXTENSION_ID=checkmarx-ast-azure-plugin-dev" >> $GITHUB_ENV
if [ -n "${{ inputs.publisherID }}" ]; then
echo "PUBLISHER_ID=${{ inputs.publisherID }}" >> $GITHUB_ENV
echo "PUBLISHER_ID=${{ inputs.publisherID }}" >> $GITHUB_ENV
fi
else
echo "EXTENSION_ID=checkmarx-ast-azure-plugin" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 1412e76

Please sign in to comment.