Skip to content

Commit

Permalink
Stop publishing to GitHub Packages (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 authored Jul 27, 2023
1 parent 0034f3a commit ba5b85b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/maven-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@ jobs:
RELEASE_VERSION="${GITHUB_REF##*/}"
RELEASE_VERSION="${RELEASE_VERSION:1}"
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
- name: Deploy Artifacts to GitHub Packages
run: |
REPO="gh::default::https://maven.pkg.github.com/${GITHUB_REPOSITORY}"
mvn -B clean deploy \
-P dse,dse7 \
-Drevision="${{ env.RELEASE_VERSION }}" \
-DskipTests \
-DaltDeploymentRepository="${REPO}" \
-DaltSnapshotDeploymentRepository="${REPO}"
# - name: Deploy Artifacts to Datsatx Artifactory
# - name: Deploy Artifacts to GitHub Packages
# run: |
# REPO="artifactory-releases::default::https://repo.datastax.com/artifactory/datastax-public-releases-local"
# REPO="gh::default::https://maven.pkg.github.com/${GITHUB_REPOSITORY}"
# mvn -B clean deploy \
# -P dse,dse7 \
# -Drevision="${{ env.RELEASE_VERSION }}" \
# -DskipTests \
# -DaltDeploymentRepository="${REPO}" \
# -DaltSnapshotDeploymentRepository="${REPO}"
- name: Deploy Artifacts to Datsatx Artifactory
run: |
REPO="artifactory-releases::default::https://repo.datastax.com/artifactory/datastax-public-releases-local"
mvn -B clean deploy \
-P dse,dse7 \
-Drevision="${{ env.RELEASE_VERSION }}" \
-DskipTests \
-DaltDeploymentRepository="${REPO}" \
-DaltSnapshotDeploymentRepository="${REPO}"
# - name: Deploy OpenAPI client to GitHub Packages
# run: |
# REPO="gh::default::https://maven.pkg.github.com/${GITHUB_REPOSITORY}"
Expand Down

0 comments on commit ba5b85b

Please sign in to comment.