Skip to content

fix: Set SpriteButtonComponent sprites in onMount (#3327) #12

fix: Set SpriteButtonComponent sprites in onMount (#3327)

fix: Set SpriteButtonComponent sprites in onMount (#3327) #12

Workflow file for this run

name: Tag release
on:
push:
branches: [main]
jobs:
publish-packages:
name: Create tags for 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: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
with:
tag: true
- run: |
melos exec -c1 --no-published --no-private --order-dependents -- \
gh workflow run release-publish.yml \
--ref \$MELOS_PACKAGE_NAME-v\$MELOS_PACKAGE_VERSION
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}