Skip to content

feat: Add UI for SAML attribute mapping (#4184) #1196

feat: Add UI for SAML attribute mapping (#4184)

feat: Add UI for SAML attribute mapping (#4184) #1196

name: Platform Release Please
on:
push:
branches:
- main
permissions:
contents: write # for google-github-actions/release-please-action to create release commit
pull-requests: write # for google-github-actions/release-please-action to create release PR
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
command: manifest
token: ${{secrets.RELEASE_PLEASE_GITHUB_TOKEN}}
default-branch: main
outputs:
release_created: ${{ steps.release.outputs.release_created }}
release_tag_name: ${{ steps.release.outputs.tag_name }}