Skip to content

fix: Allow signups when invited and in PREVENT_SIGNUP mode (#2448) #12

fix: Allow signups when invited and in PREVENT_SIGNUP mode (#2448)

fix: Allow signups when invited and in PREVENT_SIGNUP mode (#2448) #12

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@v3
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 }}