Skip to content

Commit

Permalink
chore: fix release workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Nov 21, 2023
1 parent 99839ee commit 4988f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
released_packages[${#released_packages[@]}]="${package_name}@${package_version}"
done
if [ "${github.event.pull_request.number}" != "" ]; then
if [ "${{github.event.pull_request.number}}" != "" ]; then
gh pr comment "${{ github.event.pull_request.number }}" --body "🚀 Released in ${released_packages[@]}"
fi
Expand Down

0 comments on commit 4988f12

Please sign in to comment.