Skip to content

Commit 8931fd0

Browse files
committed
attempt to fix github actions
1 parent c7296f3 commit 8931fd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rb-verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
- uses: "WyriHaximus/github-action-get-previous-tag@v1"
18+
1719
- name: Set up JDK 17
1820
uses: actions/setup-java@v4
1921
with:
@@ -24,7 +26,6 @@ jobs:
2426
run: sudo apt install npm node-typescript rsync apksigcopier
2527

2628
- name: Set env
27-
uses: "WyriHaximus/github-action-get-previous-tag@v1"
2829
run: |
2930
echo "VERSION_NAME=${{ steps.previoustag.outputs.tag }}" >> $GITHUB_ENV
3031
echo "RELEASE_APK_NAME=Sharing-${{ steps.previoustag.outputs.tag }}.apk" >> $GITHUB_ENV

0 commit comments

Comments
 (0)