Skip to content

Homepage: build AppCenter banner manually #461

Homepage: build AppCenter banner manually

Homepage: build AppCenter banner manually #461

Workflow file for this run

name: Release
on:
pull_request:
branches: [main]
types: [closed]
jobs:
release:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
steps:
- uses: actions/checkout@v4
- uses: elementary/actions/release@master
env:
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "builds@elementary.io"
with:
release_branch: 'horus'