Skip to content

Commit ed3f474

Browse files
authored
2001
1 parent 0aa4601 commit ed3f474

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build
2626
env:
27-
ORG_GRADLE_PROJECT_githubPackagesUsername: ${{ env.GITHUB_ACTOR }}
27+
ORG_GRADLE_PROJECT_githubPackagesUsername: ${{ github.actor }}
2828
ORG_GRADLE_PROJECT_githubPackagesPassword: ${{ secrets.GITHUB_TOKEN }}
2929
run: ./gradlew build clean
3030

@@ -49,6 +49,8 @@ jobs:
4949
id: release
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
ORG_GRADLE_PROJECT_githubPackagesUsername: ${{ github.actor }}
53+
ORG_GRADLE_PROJECT_githubPackagesPassword: ${{ secrets.GITHUB_TOKEN }}
5254

5355
- name: Attest
5456
if: steps.release.outputs.new_release_published == 'true'

0 commit comments

Comments
 (0)