Skip to content

Commit dc36334

Browse files
authored
fix(*): Fix publishing repository. (#18)
1 parent ca79ce6 commit dc36334

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.ref_type == 'tag' }}
3131
run: |
3232
echo "ORG_GRADLE_PROJECT_ciTag=true" >> $GITHUB_ENV
33-
echo "TARGET_REPO=qhr-local-maven-gradle-plugins-secure-release" >> $GITHUB_ENV
33+
echo "TARGET_REPO=qhr-local-maven-legacy-releases" >> $GITHUB_ENV
3434
3535
- name: Set up JDK
3636
uses: actions/setup-java@v4
@@ -58,7 +58,7 @@ jobs:
5858
- name: Publish Packages to Artifactory
5959
run: |
6060
jfrog gradle-config --use-wrapper=true --uses-plugin=true --deploy-maven-desc=true --deploy-ivy-desc=false \
61-
--repo-deploy ${TARGET_REPO:=qhr-local-maven-gradle-plugins-secure-snapshot}
61+
--repo-deploy ${TARGET_REPO:=qhr-local-maven-thirdparty}
6262
jfrog gradle artifactoryPublish
6363
6464
- name: Publish Artifactory Build

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- main
6+
- master
77
workflow_dispatch:
88

99
env:
@@ -40,5 +40,5 @@ jobs:
4040
run: ./gradlew assemble testClasses
4141

4242
- name: Submit Gradle Dependency Graph
43-
if: ${{ github.ref_name == 'main' }}
43+
if: ${{ github.ref_name == 'master' }}
4444
uses: gradle/actions/dependency-submission@v4

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.configuration-cache=false
22

3-
version=2.1.0
3+
version=2.1.1-master-branch-naming.1

0 commit comments

Comments
 (0)