Skip to content

fix(role/fireactions): Don't sort keys with to_nice_yaml #5

fix(role/fireactions): Don't sort keys with to_nice_yaml

fix(role/fireactions): Don't sort keys with to_nice_yaml #5

---
name: release-please
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run release-please
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.ORG_GITHUB_TOKEN }}