Skip to content

feat: new option to move the floating action button to the left or ri… #58

feat: new option to move the floating action button to the left or ri…

feat: new option to move the floating action button to the left or ri… #58

Workflow file for this run

name: "Release - Beta"
on:
push:
branches:
- beta
permissions:
contents: write # to be able to publish a github release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
jobs:
deploy:
name: "🔖 Release"
uses: ./.github/workflows/release.yml
with:
environment: "beta"
secrets:
READ_AND_WRITE_REPOS_TOKEN: ${{ secrets.READ_AND_WRITE_REPOS_TOKEN }}