Skip to content

feat(announcements): add announcements from firestore (#605) #389

feat(announcements): add announcements from firestore (#605)

feat(announcements): add announcements from firestore (#605) #389

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Auto Tag from pubspec.yaml
on:
push:
branches: ["main"]
paths:
- "pubspec.yaml" # Only run on changes to the pubspec.yaml file
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Flutter Auto Tag
# You may pin to the exact commit or the version.
uses: jacopocarlini/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}