There was an error while loading. Please reload this page.
1 parent 14ebd9b commit c167b28Copy full SHA for c167b28
1 file changed
.github/workflows/draft-release.yaml
@@ -21,6 +21,9 @@ jobs:
21
cache: gradle
22
- name: Build Release Artifacts
23
run: ./gradlew :appium:publishDefaultPublicationToLocalRepository -PreleaseMode=RELEASE
24
+ env:
25
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
26
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
27
- name: Upload Bundle
28
uses: actions/upload-artifact@v4
29
with:
0 commit comments