Skip to content

Commit

Permalink
Merge pull request #28 from unbxd/unx_6_6_10
Browse files Browse the repository at this point in the history
chore: fix binary tags
  • Loading branch information
apoorvprecisely authored Aug 11, 2021
2 parents c663c8e + 206f9c7 commit e2b2745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
env:
TAG: ${{ github.event.release.tag_name }}
BUILD_TAG: ${{ steps.extract_tag.outputs.BUILD_TAG }}
S3_PATH: ${{ secrets.S3_PATH }}
run: if [ -n "$TAG" ]; then $GITHUB_WORKSPACE/scripts/push_to_aws.sh; fi

- name: Push Image
Expand All @@ -123,7 +124,7 @@ jobs:
if [ ! -z "$TAG" ]; then
SOLR_CURR_VERSION=${BUILD_TAG//v/};
echo "Deploying Maven artifacts for tagged build $SOLR_CURR_VERSION"
ant clean -Dversion=$SOLR_BASE_VERSION -Dm2.repository.id=github -Dm2.repository.url=https://maven.pkg.github.com/unbxd/artifacts generate-maven-artifacts
ant clean -Dversion=$SOLR_CURR_VERSION -Dm2.repository.id=github -Dm2.repository.url=https://maven.pkg.github.com/unbxd/artifacts generate-maven-artifacts
else
echo "Deploying Maven artifacts for non-tagged build(snapshots)"
ant clean -Dm2.repository.id=github -Dm2.repository.url=https://maven.pkg.github.com/unbxd/artifacts generate-maven-artifacts
Expand Down

0 comments on commit e2b2745

Please sign in to comment.