We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16d403 commit 9a0c7b1Copy full SHA for 9a0c7b1
.github/workflows/android.yml
@@ -33,7 +33,7 @@ jobs:
33
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
34
buildToolsVersion: 33.0.0
35
36
- - uses: marvinpinto/action-automatic-releases@v1
+ - uses: marvinpinto/action-automatic-releases@latest
37
with:
38
repo_token: "${{ secrets.GITHUB_TOKEN }}"
39
automatic_release_tag: "latest"
.github/workflows/tags.yml
@@ -34,7 +34,7 @@ jobs:
40
prerelease: false
0 commit comments