We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8908056 commit 8f76a2cCopy full SHA for 8f76a2c
.github/workflows/android-testapp-release.yml
@@ -10,6 +10,8 @@ jobs:
10
create-android-testapp-release:
11
runs-on: ubuntu-latest
12
steps:
13
+ - uses: actions/checkout@v4
14
+
15
- name: Create Release
16
run: |
17
gh release create android-testapp-${{ github.sha }} \
0 commit comments