chore(release): publish packages #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish supabase to pub.dev | ||
on: | ||
push: | ||
tags: | ||
- 'supabase-v[0-9]+.[0-9]+.[0-9]+*' | ||
jobs: | ||
publish: | ||
Check failure on line 9 in .github/workflows/supabase_publish.yml GitHub Actions / Publish supabase to pub.devInvalid workflow file
|
||
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 | ||
with: | ||
working-directory: packages/supabase |