v0.23.0
New features
You can now pass a custom Github actor (user) to the bundle-release-app action (#111).
jobs:
build:
steps:
- name: Build app bundle
uses: govuk-one-login/mobile-android-pipelines/actions/bundle-release-app
with:
github-actor: ${{ github.actor }}
github-token: ${{ secrets.GITHUB_TOKEN }}
...What's Changed
- ci: DCMAW 9570 Disable NewerVersionAvailable by @ThomasIent in #109
- build(deps): bump the github-actions group across 7 directories with 3 updates by @dependabot in #107
- feat: Add Github actor parameter for
bundle-release-appaction by @jonnyandrew in #111
Full Changelog: v0.22.1...v0.23.0