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 6e4e960 commit c7296f3Copy full SHA for c7296f3
.github/workflows/rb-verify.yml
@@ -24,9 +24,10 @@ jobs:
24
run: sudo apt install npm node-typescript rsync apksigcopier
25
26
- name: Set env
27
+ uses: "WyriHaximus/github-action-get-previous-tag@v1"
28
run: |
- echo "VERSION_NAME=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
29
- echo "RELEASE_APK_NAME=Sharing-${{ github.event.release.tag_name }}.apk" >> $GITHUB_ENV
+ echo "VERSION_NAME=${{ steps.previoustag.outputs.tag }}" >> $GITHUB_ENV
30
+ echo "RELEASE_APK_NAME=Sharing-${{ steps.previoustag.outputs.tag }}.apk" >> $GITHUB_ENV
31
- name: Build App
32
33
npm install --prefix web/
0 commit comments