Skip to content

Commit

Permalink
Add more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Jun 13, 2024
1 parent 4e3d164 commit 7d89b2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verification-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
run: |
sinceBuild=$(grep "^sinceBuild" gradle.properties | cut -d'=' -f2)
untilBuild=$(grep "^untilBuild" gradle.properties | cut -d'=' -f2)
echo "min-idea-version=${sinceBuild}" >> $GITHUB_ENV
echo "max-idea-version=${untilBuild}" >> $GITHUB_ENV
echo "min-idea-version=${sinceBuild}"
echo "max-idea-version=${untilBuild}"
echo "min_idea_version=${sinceBuild}" >> $GITHUB_ENV
echo "max_idea_version=${untilBuild}" >> $GITHUB_ENV
echo "min_idea_version=${{env.min_idea_version}}"
echo "max_idea_version=${{env.max_idea_version}}"
outputs:
min_idea_version: ${{ steps.set-env.outputs.min-idea-version }}
max_idea_version: ${{ steps.set-env.outputs.max-idea-version }}
Expand Down

0 comments on commit 7d89b2d

Please sign in to comment.