• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supabase-flutter / 27268310627
85%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 10:01AM UTC
Jobs 1
Files 72
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Jun 2026 09:55AM UTC coverage: 80.615%. Remained the same
27268310627

push

github

web-flow
fix(ci): use package tag ref in publish workflow instead of inputs (#1390)

## Summary

The publish workflow (`release-publish.yml`) required explicit
`package-name` and `package-version` inputs, which forced the tag
workflow to wrap the `gh workflow run` call in `bash -c` with `--field`
params and a `sleep 30` between dispatches. This complexity broke
`--no-published` filtering in melos, causing publish workflows to not be
triggered after release commits.

Instead, drop the inputs and let the workflow dispatch `--ref` (the
package tag) drive the checkout. The melos-action with `publish: true`
uses `--no-published` at that ref to determine what to publish, and
`create-release: true` handles GitHub releases — the same approach used
in the Flame monorepo.

## Changes

- `release-publish.yml`: removed `workflow_dispatch` inputs and explicit
`ref:` override in checkout
- `release-tag.yml`: restored `--no-published`, removed `bash -c`
wrapper, `--field` params, and `sleep 30`

## Test plan

- [ ] Verify the next release commit triggers publish workflows for all
newly tagged packages
- [ ] Verify each triggered `release-publish.yml` run checks out at the
correct package tag and publishes only the unpublished package(s)

3568 of 4426 relevant lines covered (80.61%)

2.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27268310627.1 10 Jun 2026 10:01AM UTC 72
80.61
GitHub Action Run
Source Files on build 27268310627
  • Tree
  • List 72
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27268310627
  • 2c7d6e26 on github
  • Prev Build on main (#27218074879)
  • Next Build on main (#27286835568)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc