Skip to content

Commit 9a0c7b1

Browse files
committed
tag release
1 parent e16d403 commit 9a0c7b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
3434
buildToolsVersion: 33.0.0
3535

36-
- uses: marvinpinto/action-automatic-releases@v1
36+
- uses: marvinpinto/action-automatic-releases@latest
3737
with:
3838
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3939
automatic_release_tag: "latest"

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
3535
buildToolsVersion: 33.0.0
3636

37-
- uses: marvinpinto/action-automatic-releases@v1
37+
- uses: marvinpinto/action-automatic-releases@latest
3838
with:
3939
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4040
prerelease: false

0 commit comments

Comments
 (0)