Skip to content

Fix broken MacOS dependency installation #446

Fix broken MacOS dependency installation

Fix broken MacOS dependency installation #446

name: Release Notes Bot
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths-ignore:
- .release-notes/next-release.md
- .release-notes/[0-9]+.[0-9]+.[0-9]+.md
jobs:
release-notes-bot:
runs-on: ubuntu-latest
name: Update release notes
steps:
- name: Update
uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.7
with:
git_user_name: "Ponylang Main Bot"
git_user_email: "[email protected]"
env:
API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}