Skip to content

Commit

Permalink
chore: fix action to update draft releases (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsCress authored Jan 13, 2025
1 parent edda253 commit a3afd44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ jobs:
needs: [common, android, ios]
runs-on: ubuntu-latest
steps:
- name: Download repository
uses: actions/checkout@v3

- name: Run Release Drafter
id: run-release-drafter
uses: release-drafter/release-drafter@v6
Expand Down

0 comments on commit a3afd44

Please sign in to comment.