Skip to content

Commit

Permalink
chore : add release signing details.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryOkafor committed Apr 10, 2024
1 parent 6bafac7 commit 9557084
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,16 @@ jobs:
-Pandroid.experimental.androidTest.numManagedDeviceShards=1 \
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1
# - name: Retrieve VersionName and VersionCode
# id: version
# run: |
# echo "{VERSION_CODE}=$(${{github.workspace}}/gradlew -q versionCode)" >> $GITHUB_OUTPUT
# echo "{VERSION_NAME}=$(${{github.workspace}}/gradlew -q versionName)" >> $GITHUB_OUTPUT
- name: Retrieve VersionName and VersionCode
id: version
run: |
echo "{VERSION_CODE}={$(${{github.workspace}}/gradlew -q versionCode)}" >> $GITHUB_OUTPUT
echo "{VERSION_NAME}={$(${{github.workspace}}/gradlew -q versionName)}" >> $GITHUB_OUTPUT
- name: Test VersionName and VersionCode
run: |
echo "{{steps.version.output.VERSION_CODE}}"
echo "{{steps.version.output.VERSION_NAME}}"
- name: Create Release
id: create_release
Expand Down

0 comments on commit 9557084

Please sign in to comment.