Skip to content

Commit 53b1e69

Browse files
committed
fix: broken publish
1 parent 4396a7d commit 53b1e69

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
architecture: x64
2323
- name: Run tests
2424
run: ./gradlew test
25+
env:
26+
GPR_USER: ${{ secrets.GPR_USER }}
27+
GPR_TOKEN: ${{ secrets.GPR_TOKEN }}
2528
- name: Publish to GitHub package registry
2629
run: ./gradlew publish -PversionId=${{ github.event.release.tag_name }}
2730
env:

0 commit comments

Comments
 (0)