Skip to content

Commit 5d75f36

Browse files
authored
Merge pull request #8 from aboutbits/ab-449-fix-the-release-build
AB-449 Fix the release build
2 parents 3effe3b + 42f981e commit 5d75f36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
shell: bash
4545
- name: Build package
4646
run: ./gradlew --console=colored build -x test
47+
env:
48+
GITHUB_USER_NAME: ${{ github.actor }}
49+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4750
- name: Build Docker image
4851
uses: aboutbits/github-actions-docker/build-push@v1
4952
with:

0 commit comments

Comments
 (0)