Skip to content

Commit

Permalink
chore: add build and release example app workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor committed Nov 14, 2024
1 parent f7694ee commit 40e6691
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/example_app_build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,12 @@ jobs:
label-cleanup:
needs: release-android-example-app
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{ github.event.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
pull-requests: write
steps:
- run: gh pr edit --remove-label exampleAppRelease:pending
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: gh pr edit --add-label exampleAppRelease:released
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: gh pr edit $PR_NUMBER --remove-label exampleAppRelease:pending
- run: gh pr edit $PR_NUMBER --add-label exampleAppRelease:released

0 comments on commit 40e6691

Please sign in to comment.