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 c7296f3 commit 8931fd0Copy full SHA for 8931fd0
.github/workflows/rb-verify.yml
@@ -14,6 +14,8 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
17
+ - uses: "WyriHaximus/github-action-get-previous-tag@v1"
18
+
19
- name: Set up JDK 17
20
uses: actions/setup-java@v4
21
with:
@@ -24,7 +26,6 @@ jobs:
24
26
run: sudo apt install npm node-typescript rsync apksigcopier
25
27
28
- name: Set env
- uses: "WyriHaximus/github-action-get-previous-tag@v1"
29
run: |
30
echo "VERSION_NAME=${{ steps.previoustag.outputs.tag }}" >> $GITHUB_ENV
31
echo "RELEASE_APK_NAME=Sharing-${{ steps.previoustag.outputs.tag }}.apk" >> $GITHUB_ENV
0 commit comments