File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ jobs:
257
257
echo "Publishing Version $(grep -e "version" gradle.properties | cut -f2 -d"=") to Github Packages"
258
258
./gradlew publishAllPublicationsToGitHubPackagesRepository
259
259
env :
260
- REPO : ${{ github.repository }}
260
+ # REPO: ${{ github.repository }}
261
+ REPO : " catenax-ng/product-edc"
261
262
GITHUB_PACKAGE_USERNAME : ${{ github.actor }}
262
263
GITHUB_PACKAGE_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 75
75
echo "Publishing Version $(grep -e "version" gradle.properties | cut -f2 -d"=") to Github Packages"
76
76
./gradlew publishAllPublicationsToGithubPackagesRepository
77
77
env :
78
- REPO : ${{ github.repository }}
78
+ # REPO: ${{ github.repository }}
79
+ REPO : " catenax-ng/product-edc"
79
80
GITHUB_PACKAGE_USERNAME : ${{ github.actor }}
80
81
GITHUB_PACKAGE_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
81
82
You can’t perform that action at this time.
0 commit comments