Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 7, 2024
2 parents 10b6fc1 + 22ca263 commit c88be6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
if [[ $VERSION == *"-SNAPSHOT" ]]; then
echo "is_snapshot=true" >> $GITHUB_OUTPUT
# echo "::set-output name=is_snapshot::true"
# echo "::set-output name=is_snapshot::true"
else
echo "is_snapshot=false" >> $GITHUB_OUTPUT
# echo "::set-output name=is_snapshot::false"
# echo "::set-output name=is_snapshot::false"
fi
- name: Build and Deploy SNAPSHOT
if: steps.check-snapshot.outputs.is_snapshot == 'true'
Expand Down

0 comments on commit c88be6f

Please sign in to comment.