Skip to content

Commit 504c4ee

Browse files
kaan-escoberclaude
andcommitted
Fix release tag synchronization
Updated the workflow to use target_commitish so the 'latest' tag is moved to the current commit, ensuring the release metadata is updated correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2877ae0 commit 504c4ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
uses: softprops/action-gh-release@v1
7777
with:
7878
tag_name: latest
79+
target_commitish: ${{ github.sha }}
7980
name: "Latest Build"
8081
body: |
8182
This is an automated build of the latest `master` branch.

0 commit comments

Comments
 (0)