Skip to content

chore: bump package versions (#137) #2

chore: bump package versions (#137)

chore: bump package versions (#137) #2

Workflow file for this run

name: publish/fresh
on:
push:
tags:
- "fresh-v[0-9]+.[0-9]+.[0-9]+*"
jobs:
publish:
environment: pub.dev
runs-on: ubuntu-latest
permissions:
id-token: write # Required for authentication using OIDC
steps:
- name: πŸ“š Git Checkout
uses: actions/checkout@v6
- name: πŸ“¦ Publish
uses: ./.github/actions/pub_publish
with:
working_directory: packages/fresh