Skip to content

chore: update coverage (#153) #8

chore: update coverage (#153)

chore: update coverage (#153) #8

Workflow file for this run

name: Tag release
on:
push:
branches: [main]
jobs:
publish-packages:
name: Create tag for a release
permissions:
contents: write
runs-on: [ ubuntu-latest ]
if: contains(github.event.head_commit.message, 'chore(release)')
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dart-lang/[email protected]
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
with:
tag: true