Skip to content

27 May 2024 Release #172

27 May 2024 Release

27 May 2024 Release #172

Workflow file for this run

name: Changelog
on:
pull_request:
types: [opened, edited, synchronize]
branches: [master]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nugit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
type: release
base: master