Skip to content

Commit

Permalink
Update version_update_trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekshindhe committed Dec 23, 2024
1 parent 0fcf63b commit d265c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version_update_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
versionName=${versionName/$pattern2/}
prBody="${{ github.event.pull_request.body }}"
finalVersionName="${versionName}"
echo "new_version=$finalVersionName" >> GITHUB_ENV
echo "pr_changelog=$prBody" >> GITHUB_ENV
echo "new_version=$finalVersionName" >> $GITHUB_ENV
echo "pr_changelog=$prBody" >> $GITHUB_ENV
- name: Post message to Slack
if: env.file_changed == 'true'
run: |
Expand Down

0 comments on commit d265c17

Please sign in to comment.